view osdep/shmem.h @ 10736:3e57b9c079b6

Handle mp_msg like printf so compiler can report if missing/too much arguments or other errors happen. GCC only
author alex
date Sun, 31 Aug 2003 19:15:33 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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