8 lines
119 B
C
Raw Permalink Normal View History

#include "mw_debug_log.h"
#include <stdio.h>
// void mw_log(const char *format, ...)
// {
// printf(format);
// }