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