1 #ifdef __cplusplus 2 extern "C" { 3 #endif /* __cplusplus */ 4 VOID htoa (unsigned int, char *); 5 VOID strcpy_(char *, const char *); 6 VOID strcpyw_(wchar_t*,wchar_t*); 7 #ifdef __cplusplus 8 } 9 #endif 10