1 2 3 4 5 6 7 8 9
#ifndef LOG_H #define LOG_H void init_log(); void logch(char ch); void logsz(const char *sz); #endif