Feat: lab 4
This commit is contained in:
4
lib/logger.c
Normal file
4
lib/logger.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <logger.h>
|
||||
|
||||
char logger_buf[LOGGER_BUFLEN];
|
||||
char *logger_cur = logger_buf;
|
||||
Reference in New Issue
Block a user