src/misc/malloc.h

Go to the documentation of this file.
00001 
00011 #ifndef _TXC_MALLOC_H
00012 #define _TXC_MALLOC_H
00013 
00014 #include <stdlib.h>
00015 
00016 #define MALLOC  malloc
00017 #define CALLOC  calloc
00018 #define REALLOC realloc 
00019 #define FREE    free
00020 
00021 #endif /* _TXC_MALLOC_H */

Generated on Wed Dec 9 20:32:39 2009 for xCalls by  doxygen 1.4.7