/* $Id: tw_version.h 49 2024-09-18 10:33:18Z nishi $ */ #ifndef __TW_VERSION_H__ #define __TW_VERSION_H__ #define TW_VERSION "1.00\0" const char* tw_get_version(void); const char* tw_get_platform(void); #endif