#ifndef _DEBUG_H_ #define _DEBUG_H_ #ifdef DEBUG #include #include using std::cerr; using std::endl; using std::fprintf; #endif #endif