摘要: 该案例是实现两个进程之间使用命名管道进行通信。 进程1:fifo01.c 1 #include<unistd.h> 2 #include<sys/types.h> 3 #include<sys/stat.h> 4 #include<stdio.h> 5 #include<stdlib.h> 6 #i 阅读全文
posted @ 2021-03-30 22:17 stronger_zjf 阅读(61) 评论(0) 推荐(0) 编辑