#ifndef __DEBUG_H #define __DEBUG_H #include #include void PrintBoth(const char * format, ...); #endif