摘要: snd.c #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> #include <string.h> #include <stdio.h> #define key 80 struct msg { long mtype; 阅读全文
posted @ 2020-11-18 09:53 zhangbolin 阅读(145) 评论(0) 推荐(0) 编辑