/* $Id: tw_version.h 118 2024-09-21 09:03:27Z nishi $ */ #ifndef __TW_VERSION_H__ #define __TW_VERSION_H__ #define TW_VERSION "1.02\0" const char* tw_get_version(void); const char* tw_get_platform(void); #endif