/[tewi]/Common/cm_log.h
ViewVC logotype

Contents of /Common/cm_log.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Content type: text/x-c
Error occurred while calculating annotation data.
update

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

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev