#ifndef S_PRINT_H #define S_PRINT_H namespace sLib { void printf(const char *msg, ...); } // namespace sLib #endif