pid _t waitpid(pid_t pid, int* status, int options);pid:pid==-1 等待任一子进程。就这一方面而言,waitpid与wait等效pid>0 等待其进程ID与pid ...
確定! 回上一頁