/* (c) 2008, Peter Dinda */ /* (c) 2008, Jack Lange */ /* (c) 2008, The V3VEE Project */ #ifndef __DEBUG_H #define __DEBUG_H #include #include void PrintBoth(const char * format, ...); #endif