Subversion Repositories Tewi

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: cm_log.h 3 2024-09-13 09:06:44Z nishi $ */

#ifndef __CM_LOG_H__
#define __CM_LOG_H__

void cm_log(const char* name, const char* log, ...);

#endif