摘要: #include<stdio.h> #include<semaphore.h> #include<fcntl.h> #include<stdlib.h> #include<unistd.h> #include<errno.h> void p_error(const char* str) { perr 阅读全文
posted @ 2020-10-17 20:01 sunshine_gzw 阅读(111) 评论(0) 推荐(0) 编辑