view osdep/shmem.h @ 17157:770013678d44

Convert this file to UTF-8 as it contains funky caracters from all around the world. What's even better is that this gets rid of a GTK assertion error. \o/
author gpoirier
date Sat, 10 Dec 2005 17:31:04 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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