C++程序  |  8行  |  86 B

#ifndef LOG_H
#define LOG_H

void log_printf(const char* fmt, ...);

#endif // LOG_H