1 #ifndef FSE_LOG_H
2 #define FSE_LOG_H
3 
4 #include <fs/log.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #define fse_log fs_log
15 #define fse_log_string fs_log_string
16 
17 #endif /* FSE_LOG_H */
18