Update of /cvsroot/morphix/partitionmorpher/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3275
Added Files:
main.h
Log Message:
debug func
--- NEW FILE: main.h ---
#ifndef MAIN_H_PM
#define MAIN_H_PM
//#define PRINT_DEBUGGING_INFO
int debug(const char *fmt, ...);
#endif // MAIN_H_PM
|