view osdep/shmem.h @ 24933:4fc6e60dac36

Avoid short forms; has the added benefit of allowing compilation with gcc 2.95 which complains about 'unterminated string or character constant'.
author diego
date Sat, 03 Nov 2007 22:25:52 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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