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>


 

来源:python脚本自动迁移

posted @ 2020-06-29 09:46  jiangcheng_15  阅读(473)  评论(0编辑  收藏  举报