WHY2/include/logger/logger.h

6 lines
94 B
C
Raw Normal View History

2022-11-18 16:10:54 +01:00
#ifndef WHY2_LOGGER_LOGGER_H
#define WHY2_LOGGER_LOGGER_H
2022-11-18 17:26:02 +01:00
int initLogger(char *path);
2022-11-18 16:10:54 +01:00
#endif