view osdep/shmem.h @ 24140:e92ef0d2a976

Change bitfield to unsigned so that we get the usual truth values (1 = true, 0 = false) instead of -1 for true.
author reimar
date Sat, 25 Aug 2007 09:27:43 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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