view osdep/shmem.h @ 14004:3d698ac7ec9a

Explain what you need to read to add a codec yourself, patch by Compn <tempn at twmi dot rr dot com>
author diego
date Sun, 21 Nov 2004 12:53:03 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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