pid_t waitpid (pid_t pid, int *status, int options); waitpid() function會先暫停目前所在的process,並且等待pid所指定的child process離開。 ... Return Value:
確定! 回上一頁