ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
tewi
/
Common
/
cm_log.h
Revision:
1.1
Committed:
Thu Oct 17 09:53:38 2024 UTC
(4 weeks, 1 day ago) by
nishi
Content type:
text/x-c
Branch:
MAIN
CVS Tags:
v2_05A, v2_05, HEAD
Log Message:
update
File Contents
#
User
Rev
Content
1
nishi
1.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
,
...);
7
void
cm_force_log
(
const
char
*
log
);
8
9
#
endif