M7350/base/tools/localize/log.h
2024-09-09 08:52:07 +00:00

8 lines
86 B
C

#ifndef LOG_H
#define LOG_H
void log_printf(const char* fmt, ...);
#endif // LOG_H