#ifndef __memory_h__ #define __memory_h__ void *xmalloc(size_t); void *xrealloc(void *, size_t); #endif