#ifndef _STD_STRING_H #define _STD_STRING_H #include #ifdef __cplusplus bool ISALPHA(wchar_t alpha); bool ISDIGIT(wchar_t digit); bool ISSPACE(wchar_t space); bool ISPUNCT(wchar_t punct); #endif #endif