#ifndef LOG_H #define LOG_H void init_log(); void logch(char ch); void logsz(const char *sz); #endif