Functions
shmat ()
void *
shmat (int shmid,
const void *shmaddr,
int shmflag);
shmctl ()
int
shmctl (int shmid,
int cmd,
struct shmid_ds *buf);
shmdt ()
int
shmdt (const void *shmaddr);
shmget ()
int
shmget (key_t key,
size_t size,
int shmflag);