突然不知道怎么做笔记了,直接看代码吧。诶!
receive
#include<stdio.h>
#include<string.h>
#include<sys/types.h>
#include<sys/ipc.h>
#include<sys/msg.h>
struct msgbuf
{
long mtype;
char metxt[128];
};
int main(
突然不知道怎么做笔记了,直接看代码吧。诶!
receive
#include<stdio.h>
#include<string.h>
#include<sys/types.h>
#include<sys/ipc.h>
#include<sys/msg.h>
struct msgbuf
{
long mtype;
char metxt[128];
};
int main(