当前位置: 技术问答>linux和unix
linux C程序,请问下面一个程序为什么会出现Segmentation fault ??
来源: 互联网 发布时间:2017-01-04
本文导语: #include #include #include int main(int argc, char *argv[]) { pid_t pid; printf("hello ni haonn"); if ((pid = vfork())
#include
#include
#include
int main(int argc, char *argv[])
{
pid_t pid;
printf("hello ni haonn");
if ((pid = vfork())
#include
#include
int main(int argc, char *argv[])
{
pid_t pid;
printf("hello ni haonn");
if ((pid = vfork())