#ifndef CMS_LOG_H #define CMS_LOG_H //Panic and halt execution. void cms_log_panic(char* msg); //Halt execution. void cms_log_error(char* msg); #endif