6 lines
78 B
C
Executable File
6 lines
78 B
C
Executable File
#ifdef USE_STD_LOG
|
|
#include <log/std_log.h>
|
|
#else
|
|
#include <log/log.h>
|
|
#endif
|