view osdep/shmem.h @ 21344:c1d8b530ce40

Remove long double reading code, long double was never used AFAICT and is gone from the specification since a long time due to portability issues.
author reimar
date Tue, 28 Nov 2006 18:34:08 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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