2010年6月30日
摘要: #include <sys/types.h>#include <sys/ipc.h>#include <sys/shm.h>#include <stdio.h>#include <stdlib.h>typedef struct { int islock;} VMMSHM;int deleteShareMem() { int shm_id;... 阅读全文
posted @ 2010-06-30 19:50 yangyh 阅读(887) 评论(0) 推荐(0) 编辑