nuclear@1: #ifndef LOGGER_H_ nuclear@1: #define LOGGER_H_ nuclear@1: nuclear@6: #include nuclear@6: nuclear@1: #ifdef __cplusplus nuclear@1: extern "C" { nuclear@1: #endif nuclear@1: nuclear@6: void logger_output(FILE *fp); nuclear@1: void printlog(const char *fmt, ...); nuclear@1: nuclear@1: #ifdef __cplusplus nuclear@1: } nuclear@1: #endif nuclear@1: nuclear@1: #endif /* LOGGER_H_ */