![]() ![]() | ![]() |
version 1.1, 2022/03/17 05:44:31 | version 1.2, 2022/03/17 09:09:26 | ||
---|---|---|---|
|
|
||
#include <stdarg.h> | #include <stdarg.h> | ||
void log_init(int, int); | void log_init(int, int); | ||
void log_setv(int); | |||
int log_getv(void); | |||
void log_info(const char *, ...) | |||
__attribute__((__format__ (printf, 1, 2))); | |||
void log_debug(const char *, ...) | |||
__attribute__((__format__ (printf, 1, 2))); | |||
#endif /* LOG_H */ | #endif /* LOG_H */ |