我们调用wait或waitpid来处理已终止的子程序。 #include <sys/types.h> #include <sys/wait.h> pid_t wait(int *status); pid_t waitpid(pid_t pid, ...
確定! 回上一頁