source:
Main/trunk/Common/cm_log.h@
16
Last change on this file since 16 was 3, checked in by , on Sep 13, 2024 at 6:06:44 PM | |
---|---|
|
|
File size: 116 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | /* $Id: cm_log.h 3 2024-09-13 09:06:44Z nishi $ */ |
2 | ||
3 | #ifndef __CM_LOG_H__ | |
4 | #define __CM_LOG_H__ | |
5 | ||
6 | void cm_log(const char* name, const char* log, ...); | |
7 | ||
8 | #endif |
Note:
See TracBrowser
for help on using the repository browser.