1 2 3 4 5 6 7
#ifndef _DEBUG_H #define _DEBUG_H void debug(int level,const char *msg,...); void setDebugLevel(int level); #endif