Subversion Repositories Mokou

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
/* $Id: mk_version.h 3 2024-09-06 09:21:55Z nishi $ */
2
 
3
#ifndef __MK_VERSION_H__
4
#define __MK_VERSION_H__
5
 
6
const char* mk_get_version(void);
7
 
8
#endif