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
相关文章
相关标签/搜索