linux下C語言編程

1.編譯單個源文件test.c vi test.cweb #include<stdio.h> int main(){ printf("%s\n","tdfs"); } gcc -o test test.c 編譯生成執行文件test;svg [root@localhost tests]# gcc -o test test.c [root@localhost tests]# ls test
相關文章
相關標籤/搜索