摘要: 1 //调用fork函数创建子进程, 并完成对子进程的回收,并输出回收进程的信息 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include <string.h> 5 #include <sys/types.h> 6 #include <unistd. 阅读全文