程式來源,教學來源: [Linux C] fork 觀念由淺入 ... <sys/types.h> #include <sys/wait.h> int main(){ pid_t PID = fork(); switch(PID){ case -1: ...
確定! 回上一頁