example code of waitpid. whatever by on Oct 27 2020 Comment ... pid =fork(); ... waitpid(pid,&status,0); // WAIT till child gets over. 28. // Parent process.
確定! 回上一頁