2020年7月25日

摘要: 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)
摘要: the snow fails and the wind blows 阅读全文
posted @ 2020-07-25 11:00 lydstory 阅读(79) 评论(0) 推荐(0)

导航