pid_t pid; pid = fork();
if (pid > 0) {
//生成子进程成功,退出父进程 exit(EXIT_SUCCESS); }
posted on 2015-02-11 13:04 luantao 阅读(105) 评论(0) 收藏 举报