/* $Id: cm_log.h 62 2024-09-18 20:02:26Z nishi $ */ #ifndef __CM_LOG_H__ #define __CM_LOG_H__ void cm_log(const char* name, const char* log, ...); void cm_force_log(const char* log); #endif