waitpid 会暂时停止进程的执行,直到有信号来到或子进程结束。 ... #include<sys/wait.h>. 定义函数pid_t waitpid(pid_t pid,int * status,int options); ...
確定! 回上一頁