2026-05-10 21:35:40 +08:00

9 lines
153 B
C

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