tewi/Common/cm_log.h
Nishi e43e5b1c69 add installer.sh
git-svn-id: file:///raid/svn-personal/tewi/trunk@62 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-18 20:02:26 +00:00

10 lines
152 B
C

/* $Id$ */
#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