view osdep/shmem.h @ 12692:797e602bf1dd

make the awk script working for localized machines too, patch by Onur Kucuk
author alex
date Sat, 26 Jun 2004 13:48:35 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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