5 lines
84 B
C
5 lines
84 B
C
#include <logger.h>
|
|
|
|
char logger_buf[LOGGER_BUFLEN];
|
|
char *logger_cur = logger_buf;
|