view osdep/shmem.h @ 15624:cf7bbc26cb3d

Spelling/wording/grammar fixes, convert mixed tabs and spaces indentation to spaces, some cosmetics.
author diego
date Fri, 03 Jun 2005 11:59:55 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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