#ifndef __DEBUG_H__
#define __DEBUG_H__

#ifndef DEBUG
#define DEBUG //
#else
#define DEBUG printf
#endif

#endif /*__DEBUG_H__ */
