*liste chaine
This commit is contained in:
parent
9e86dc04d4
commit
e3c5c4b694
1 changed files with 0 additions and 20 deletions
|
@ -1,25 +1,5 @@
|
|||
#include "libnazgul.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#define MSGSPACE_DEFAULT_MODE 0600
|
||||
#include <unistd.h> /* POSIX et al */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h> /* pour O_RDWR */
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h> /* shm_open */
|
||||
#include <errno.h>
|
||||
/*typedef struct MsgSpaceListElem *msgSpaceListElemId;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue