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...

新人学习shell_简单的CD管理系统

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 开始学习shell 脚本的 应用举例 ///////////////////////////////////////////////////////////////////////////////////////////...
最新评论