2011年1月11日
摘要: #include <sys/types.h>#include <sys/msg.h>#include <unistd.h>#include <string.h>#include <stdio.h>void msg_stat(int,struct msqid_ds );int main(){ int gflags,sflags,rflags... 阅读全文
posted @ 2011-01-11 16:09 蚂蚁跳楼 阅读(873) 评论(0) 推荐(0)