Subversion Repositories Tewi

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 62
Line 1... Line 1...
1
/* $Id: cm_log.h 3 2024-09-13 09:06:44Z nishi $ */
1
/* $Id: cm_log.h 62 2024-09-18 20:02:26Z nishi $ */
2
 
2
 
3
#ifndef __CM_LOG_H__
3
#ifndef __CM_LOG_H__
4
#define __CM_LOG_H__
4
#define __CM_LOG_H__
5
 
5
 
6
void cm_log(const char* name, const char* log, ...);
6
void cm_log(const char* name, const char* log, ...);
-
 
7
void cm_force_log(const char* log);
7
 
8
 
8
#endif
9
#endif