#ifndef _WCCMALLOC_H#define _WCCMALLOC_Hvoid*susan_wccmalloc(unsigned int numberOfBytes );//! Frees ALL allocated memory spacevoidsusan_wccfreeall(void);void*susan_wccmemcpy(void* dstpp,const void* srcpp,unsigned int len );voidsusan_wccmemset(void*p,int value,unsigned int num );#endif