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