⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 share_mem.h

📁 linux下的人机对话编程
💻 H
字号:
 struct area_window                {        int SgNode_DynTab[30][4];        int SwNode_DynTab[17][4];        int FdNode_DynTab[25][3];	int flag_SG[30];        char ID[30];        int pids[6];        int flag_revInfo;	int pid_parent;        int flag_sg;        int flag_sw;        int flag_fd;	int Rece_ComTab[20][6];        char oldstr[1000];        int test[200];                } area_window,*aw;        int semid_win;        int shmid_win;        struct sembuf buf_win;                                                                                                                        struct area                {  /* shared memory area */        int Mstate_gl;        int Astate_gl;        int Bstate_gl;        int Sys_main_cpu_gl;        int Sys_main_hub_gl;        char *Mhost_name_gl;        char *Ahost_name_gl;        char *Bhost_name_gl;        int flag_sys_check;                } area, *ap;        int semid; /* semaphore id */        int shmid; /* shared memory id */        struct sembuf buf_sem;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -