摘要: #include<stdlib.h> #include<stdio.h> #include<pthread.h> #include<unistd.h> typedef struct msg { struct msg* next; int num; }msg_t; pthread_mutex_t mu 阅读全文
posted @ 2019-12-29 22:44 yongfengnice 阅读(1038) 评论(0) 推荐(0) 编辑