4种方式的模块编译方法

C语言模块编译方法: ================== 1、一般方式开始 =============== (1)创建文件fred.c [root@localhost 1]# vi fred.c #include <stdio.h> void fred(int arg){ printf("fred: we passed %d \n",arg); } (2)创建文件bill.c [root@localhost 1]# vi bill.c #include <stdio.h> void b...
2013-08-09 17:02 | 阅读 1893 次 | 评论 0 条
最新评论