摘要: #include <stdio.h> #include <fcntl.h> #include <stdlib.h> #include <pthread.h> #include <semaphore.h> #define min(a,b) ((a)<(b)?(a):(b)) #define NBUFF 阅读全文
posted @ 2022-10-12 15:03 东宫得臣 阅读(18) 评论(0) 推荐(0) 编辑