頭文件選擇

程序都有定式,無非那麼幾下子,先記住這些頭文件的引用吧。

#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>     //fd_set 文件描述集
#include <netinet/in.h>   //互聯網地址簇
#include <sys/socket.h>
#include <sys/wait.h> //wait和waitpid函數
#include <pthread.h>  //

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章