nothing/src/system/log.h

9 lines
167 B
C

#ifndef LOG_H_
#define LOG_H_
int log_fail(const char *format, ...);
int log_warn(const char *format, ...);
int log_info(const char *format, ...);
#endif // LOG_H_