Linux練習(wait父進程等待子進程)

#include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #include <stdio.h> int main() { pid_t pid; char *m; int n; pid=fork(); if(pid==0) {
相關文章
相關標籤/搜索