功能实现:
消息队列msgid1; 线程1发送TYPE_B消息,接收线程2发送的TYPE_A
消息队列msgid2 线程2发送TYPE_A消息,接收线程1发送的TYPE_B
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#
功能实现:
消息队列msgid1; 线程1发送TYPE_B消息,接收线程2发送的TYPE_A
消息队列msgid2 线程2发送TYPE_A消息,接收线程1发送的TYPE_B
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#