8 lines
119 B
C
8 lines
119 B
C
#include "mw_debug_log.h"
|
|
#include <stdio.h>
|
|
|
|
// void mw_log(const char *format, ...)
|
|
// {
|
|
// printf(format);
|
|
// }
|