#undef calloc
#undef malloc
#undef free

extern void *calloc(size_t , size_t );
extern void free(void * );
extern void *malloc(size_t );
