8 lines
86 B
C
Raw Normal View History

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