Subversion Repositories Mokou

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
/* $Id: mk_log.h 2 2024-09-05 18:31:51Z nishi $ */
2
 
3
#ifndef __MK_LOG_H__
4
#define __MK_LOG_H__
5
 
6
void mk_log(const char* log);
7
 
8
#endif