Subversion Repositories Tewi

Rev

Rev 3 | Rev 49 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 18
Line 1... Line 1...
1
/* $Id: tw_version.h 3 2024-09-13 09:06:44Z nishi $ */
1
/* $Id: tw_version.h 18 2024-09-14 00:42:40Z nishi $ */
2
 
2
 
3
#ifndef __TW_VERSION_H__
3
#ifndef __TW_VERSION_H__
4
#define __TW_VERSION_H__
4
#define __TW_VERSION_H__
5
 
5
 
6
const char* tw_get_version(void);
6
const char* tw_get_version(void);
-
 
7
const char* tw_get_platform(void);
7
 
8
 
8
#endif
9
#endif