資源簡介
control.c
#include
#include
#include
#include
#include
#include
#define SHMKEY 9075 /*共享存儲區的鍵*/
#define SEMKEY_empty 9085 /*信號量數組的鍵*//*注意:上面的鍵在系統中必須唯一*/
#define SEMKEY_full1 9086
#define SEMKEY_full2 9087
#define SEMKEY_mux 9088
代碼片段和文件信息
評論
共有 條評論