首页 > 代码库 > 进程创建注意事项:函数及对应包
进程创建注意事项:函数及对应包
printf:#include<stdio.h>
_exit(0):#include<unistd.h>
file(fd):#include<fcntl.h>
clone():#include<sched.h>
malloc():#include<malloc.h>
最重要的:#define _GNU_SOURCE
参考:
(1)未声明的CLONE_VM的解释:
http://stackoverflow.com/questions/22449342/clone-vm-undeclared-first-use-in-this-function
(2)#define _GNU_SOURCE解释:
http://stackoverflow.com/questions/5582211/what-does-define-gnu-source-imply
进程创建注意事项:函数及对应包
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。