IPC-消息隊列

IPC-消息隊列 父子進程之間 #include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<string.h> struct msgbuf { long mtype; char mdata[1024]; }; int mai
相關文章
相關標籤/搜索