mokou/Mokou/mk_log.h

9 lines
93 B
C
Raw Permalink Normal View History

/* $Id$ */
#ifndef __MK_LOG_H__
#define __MK_LOG_H__
void mk_log(const char* log);
#endif