Subversion Repositories Tewi

Rev

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

Rev 138 Rev 140
Line 1... Line 1...
1
/* $Id: tw_version.h 138 2024-09-23 11:12:46Z nishi $ */
1
/* $Id: tw_version.h 140 2024-09-23 11:31:18Z 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
#ifdef __cplusplus
-
 
7
extern "C" {
-
 
8
#endif
-
 
9
 
6
#define TW_VERSION "1.05A\0"
10
#define TW_VERSION "1.05A\0"
7
 
11
 
8
const char* tw_get_version(void);
12
const char* tw_get_version(void);
9
const char* tw_get_platform(void);
13
const char* tw_get_platform(void);
10
 
14
 
-
 
15
#ifdef __cplusplus
-
 
16
}
-
 
17
#endif
-
 
18
 
11
#endif
19
#endif