7 lines
140 B
C
7 lines
140 B
C
#ifndef LOGGER_H_QWERTY
|
|
#define LOGGER_H_QWERTY
|
|
|
|
void log_error(const char* format, ... );
|
|
void log_debug(const char* format, ... );
|
|
#endif
|