在Linux 下編譯連接多個源文件

add.c 的內容測試 int Add(int a,int b)spa {    int result;    result=a+b;    return  result; }io   minus.c 的內容編譯   int Minus(int a,int b) {   int result;   result=a-b;   return result; }test all.c的內容gcc   #
相關文章
相關標籤/搜索