tewi/Common/cm_log.h
Nishi 2e35aca50c string op works, log works too
git-svn-id: file:///raid/svn-personal/tewi/trunk@3 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-13 09:06:44 +00:00

9 lines
116 B
C

/* $Id$ */
#ifndef __CM_LOG_H__
#define __CM_LOG_H__
void cm_log(const char* name, const char* log, ...);
#endif