Go to the documentation of this file. 24 #include <sys/types.h> 33 #define IPC_CREAT 01000 34 #define IPC_EXCL 02000 35 #define IPC_NOWAIT 04000 40 #ifndef __key_t_defined 42 #define __key_t_defined 43 #endif // __key_t_defined 45 #ifndef __uid_t_defined 47 #define __uid_t_defined 48 #endif // __uid_t_defined 50 #ifndef __gid_t_defined 52 #define __gid_t_defined 53 #endif // __gid_t_defined 55 typedef unsigned long int msgqnum_t;
56 typedef unsigned long int msglen_t;
65 unsigned short int mode;
66 unsigned short int __pad1;
67 unsigned short int __seq;
68 unsigned short int __pad2;
69 unsigned long int __unused1;
70 unsigned long int __unused2;
74 struct ipc_perm msg_perm;
76 unsigned long int __unused1;
78 unsigned long int __unused2;
80 unsigned long int __unused3;
81 unsigned long int __msg_cbytes;
86 unsigned long int __unused4;
87 unsigned long int __unused5;
90 int msgget(key_t key,
int msgflg);
91 int msgsnd(
int msqid,
const void *msgp,
size_t msgsz,
int msgflg);
92 ssize_t msgrcv(
int msqid,
void *msgp,
size_t msgsz,
long msgtyp,
int msgflg);
93 int msgctl(
int msqid,
int cmd,
struct msqid_ds *buf);
101 #endif // __MINGW32__ 103 #endif // MSQ_WIN32_H
yp-spur
Author(s):
autogenerated on Sat May 11 2019 02:08:24