Linux下的C編程

1、程序的編譯、運行 2、進程 3、文件 4、時間 5、信號 6、消息 7、線程 8、網絡 1、程序的編譯、運行 簡單的編譯:gcc test.c 運行:./a.out 2、進程 #include <unistd.h> #include <pwd.h> #include <sys/types.h> #include <stdio.h> int main(int argc,char **argv)
相關文章
相關標籤/搜索