#ifndef _ALLOC_H int printALLOC(char *name); void initALLOC(void); #define _ALLOC_H #else int printALLOC(char *name) { return 0; } void initALLOC(void) { } #endif _ALLOC_H