Guardian Native C Library Calls Reference Manual (G06.28+, H06.05+)

Guardian Native C Library Calls (t - z) wctype(3)
punct Punctuation character (No characters in alpha, digit, cntrl, or the space charac-
ter are included.)
space Space characters. At a minimum, the space, form-feed, newline, carriage-return,
tab, and vertical-tab characters are included in this class
upper Uppercase character. At a minimum, the 26 uppercase US-ASCII characters are
included in this class. These are:
ABCDEFGHIJKLMNOPQRSTUVWXYZ
xdigit Hexadecimal character. The following characters are included in this class:
0123456789ABCDEFabcdef
RETURN VALUES
Upon successful completion, the wctype( ) function returns a value of type wctype_t, which is a
handle for valid property names in the current locale. Otherwise, it returns the value 0 cast to
wctype_t if the property parameter species a character class that is not valid for the current
locale.
RELATED INFORMATION
Files: locale(4).
Functions: iswalnum(3), iswctype(3), setlocale(3), wctype(3).
527192-007 Hewlett-Packard Company 797