Subversion Repositories Tewi

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

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