#include <stdio.h>
#include <string.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <stdlib.h>
#include "Linux4Win.h"
Go to the source code of this file.
Functions | |
unsigned char * | InitSharedMem (int key, int size) |
unsigned char* InitSharedMem | ( | int | key, |
int | size | ||
) |
Definition at line 11 of file sharedmem.c.