第四章:基于TCP套接字编程(三)
摘要:
fork and exec and wait 1.fork and wait函数 1 #include <sys/types.h> 2 #include <sys/wait.h> 3 #include <stdlib.h> 4 #include <unistd.h> 5 #include <stdi 阅读全文
posted @ 2021-01-26 20:31 陶大先生 阅读(75) 评论(0) 推荐(0) 编辑