一个含链接到库的C程序的编译过程 gcc+vim makefile
摘要:一、先用vim准备好几个源程序 1、库函数的头文件 dyhello1.h #ifndef DYHL_H1 #define DYHL_H1 int dyfunc1(); #endif dyhello2.h #ifndef DYHL_H2 #define DYHL_H2 int dyfunc2(); #
阅读全文
posted @ 2018-01-22 14:32
浙公网安备 33010602011771号