gcc 簡單操做

gcc -c test.c
產出 test.o object filetable

gcc -c test.c -o XXX
產出 XXX object filetest

gcc test.c -o aaa
產出 aaa executable filegcc

相關文章
相關標籤/搜索