tewi/Common/cm_log.h

9 lines
116 B
C
Raw Normal View History

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