Subversion Repositories Tewi

Rev

Rev 3 | Rev 49 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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