#ifndef __MW_DEBUG_LOG_H__ #define __MW_DEBUG_LOG_H__ // void mw_log(const char *format, ...); #include "stdio.h" #define DEBUG_LOG (printf) #endif