【Linux/C】程序的編譯和連接--例子

上一篇文章已經講過了程序從源文件到可執行文件之間的實現過程,這篇文章講一個簡單的例子,首先準備三個文件。web //main.c文件內容 #include<stdio.h> #include "fun.h" int main() { printf("the answer is %d\n",calc(5,6)); printf("hello,world.\n"); retur
相關文章
相關標籤/搜索