/* $Id: tw_version.h 138 2024-09-23 11:12:46Z nishi $ */ #ifndef __TW_VERSION_H__ #define __TW_VERSION_H__ #define TW_VERSION "1.05A\0" const char* tw_get_version(void); const char* tw_get_platform(void); #endif