SYNOPSIS
#include <wctype.h>
wctype_t wctype(const char *property);
#include <locale.h>
wctype_t wctype_l(const char *property, locale_t locale);
DESCRIPTION
The
"alnum" "alpha" "blank" "cntrl" "digit" "graph" "lower" "print" "punct" "space" "upper" "xdigit"
The functions return a value of type wctype_t,
which can be used as the second argument to subsequent calls to
PARAMETERS
- property
-
Is a character class name defining a class descriptor to be returned.
- locale
-
Is a locale_t perhaps returned by
newlocale() or LC_GLOBAL_LOCALE or 0 for the current thread locale set withuselocale() .
RETURN VALUES
On success,
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe, with exceptions.
The function
This function
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
iswctype() ,iswctype_;() ,newlocale() ,setlocale() ,uselocale()
PTC MKS Toolkit 10.4 Documentation Build 39.