view osdep/shmem.h @ 22439:56518bb5e79c

getopt is only needed on msvc, remove from mingw/linux compile info
author compn
date Sun, 04 Mar 2007 15:48:20 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);