linux .h文件
转载请注明来源:https://www.cnblogs.com/hookjc/
c++
#include <sys/types.h>
#include <unistd.h>
/*
功能:复制进程
参数:无
返回值: 成功: 父进程:返回子进程id
子进程:返回0
失败: 返回-1
*/
pid_t fork(void);
#include <netinet/in.h>
#include <arpa/inet.h>