#ifndef SYSTEM_LOG_H #define SYSTEM_LOG_H void log(const char *fmt, ...); #endif /* SYSTEM_LOG_H */