view linux/shmem.h @ 7273:6cca0ab10e19

NULL->0 (warning fix)
author arpi
date Wed, 04 Sep 2002 22:34:17 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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