initial import
[dosrtxon] / src / dos / logger.h
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int init_logger(const char *fname);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif  /* LOGGER_H_ */