8 lines
119 B
C
Raw Permalink Normal View History

2026-05-10 21:35:40 +08:00
#include "mw_debug_log.h"
#include <stdio.h>
// void mw_log(const char *format, ...)
// {
// printf(format);
// }