/* $Id: tw_version.h 18 2024-09-14 00:42:40Z nishi $ */ #ifndef __TW_VERSION_H__ #define __TW_VERSION_H__ const char* tw_get_version(void); const char* tw_get_platform(void); #endif