pid_t waitpid(pid_t pid, int *status, int options);. pid 为要等待的进程号,status 为返回的状态,而options 在我们的例子中都是0。 然后 ...
確定! 回上一頁