9 lines
134 B
C
9 lines
134 B
C
#ifndef __MW_DEBUG_LOG_H__
|
|
#define __MW_DEBUG_LOG_H__
|
|
|
|
// void mw_log(const char *format, ...);
|
|
|
|
#define DEBUG_LOG (printf)
|
|
|
|
#endif
|