摘要: linux线程间消息队列 #include <stdio.h>#include <stdlib.h>#include <string.h>#include <pthread.h> #include <unistd.h>#include <sys/ipc.h>#include <sys/msg.h>  阅读全文
posted @ 2018-03-09 09:59 dong1 阅读(382) 评论(0) 推荐(0) 编辑