nuclear@0: #ifndef LOGGER_H_ nuclear@0: #define LOGGER_H_ nuclear@0: nuclear@0: #ifdef __cplusplus nuclear@0: extern "C" { nuclear@0: #endif nuclear@0: nuclear@0: void printlog(const char *fmt, ...); nuclear@0: nuclear@0: #ifdef __cplusplus nuclear@0: } nuclear@0: #endif nuclear@0: nuclear@0: #endif /* LOGGER_H_ */