Returns a character class value that can be used in the iswctype function.
#include <wctype.h>
wctype_t wctype (
const char *classString);
(IN) Points to a string, specifying a character class. The following strings are supported:
Returns the character class for the specified string. For possible return values, see Section 12.3, Wide Character Classes.