at work
This commit is contained in:
11
clib/logger.h
Normal file
11
clib/logger.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LOGGER_H_QWERTY
|
||||
#define LOGGER_H_QWERTY
|
||||
|
||||
void log_init(void);
|
||||
void log_destroy(void);
|
||||
|
||||
void log_error(const char* format, ... );
|
||||
void log_debug(const char* format, ... );
|
||||
void log_warning(const char* format, ... );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user