view osdep/shmem.h @ 15111:678f6aeb6754

silence gcc warning: pullup.c:681: warning: suggest parentheses around + or - inside shift pullup.c:682: warning: suggest parentheses around + or - inside shift approved by Rich
author rathann
date Sun, 10 Apr 2005 20:01:54 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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