view osdep/shmem.h @ 15162:9c7c363837c9

when parsing one cmd argument, only un-escape _this_ argument, not the following ones
author aurel
date Fri, 15 Apr 2005 14:52:33 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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