摘要:
pid_t childpid; int nRet = 0; if( (childpid =fork()) == 0) { exit(0); } else if(childpid == -1) { nRet = -1; } int status = 0; for(;;){ int rpid =wait 阅读全文
posted @ 2020-07-25 22:47
lydstory
阅读(369)
评论(0)
推荐(0)

浙公网安备 33010602011771号