main.h

Go to the documentation of this file.
00001 
00004 #ifndef _MAIN_H
00005 #define _MAIN_H
00006 
00007 #ifdef DEBUG
00008 #include <mcheck.h>
00009 #endif
00010 
00011 #ifdef DEBUG
00012   fputs("Debugging malloc.\n", stderr);
00013   setenv("MALLOC_TRACE", "trace.log", 1);
00014   mtrace();
00015 #endif
00016 
00017 #endif

Generated on Tue Dec 7 06:38:25 2004 for CSCI101:ProjectLatex by  doxygen 1.3.9.1