#ifndef __SCC_CORE_LOG_H__ #define __SCC_CORE_LOG_H__ #ifndef log_snprintf #define log_snprintf scc_snprintf #endif #ifndef log_printf #define log_printf scc_printf #endif #ifndef log_exit #define log_exit scc_exit #endif #include #endif /* __SCC_CORE_LOG_H__ */