view osdep/shmem.h @ 20735:4c49ff8992e9

r20739: Remove remnants of long-gone libfame. Fixed line in man page, started from a quote character.
author voroshil
date Tue, 07 Nov 2006 18:15:37 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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