#ifndef _DEBUG_H_ #define _DEBUG_H_ #include #include extern void DBG(const char *str, ...); #endif