六狼论坛's Archiver
首页
›
C++
› shell c auto compile
guooscar
发表于 2013-2-4 20:09:25
shell c auto compile
#if 0 gcc -o test test.c ./test exit#endif#include<stdio.h>int main(){ printf("string from c\n"); return 0;}
sh test.c
页:
[1]
查看完整版本:
shell c auto compile