2009-03-03 19:31:44 -08:00

8 lines
86 B
C

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