nuclear@0: #ifndef LOGGER_H_ nuclear@0: #define LOGGER_H_ nuclear@0: nuclear@0: void logmsg(const char *fmt, ...); nuclear@0: nuclear@0: #endif /* LOGGER_H_ */