Subversion Repositories RepoView

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 nishi 1
/* $Id: rv_version.h 1 2024-08-20 19:18:25Z nishi $ */
2
 
3
#ifndef __RV_VERSION_H__
4
#define __RV_VERSION_H__
5
 
6
const char* rv_get_version(void);
7
 
8
#endif