Chapter Contents |
Previous |
Next |
wctype |
Portability: | ISO ANSI conforming, SAS/C extension |
SYNOPSIS | |
DESCRIPTION | |
RETURN VALUE | |
CAUTION | |
RELATED FUNCTIONS | |
SEE ALSO |
SYNOPSIS |
#include <wctype.h> wctype_t wctype(const char *property)
DESCRIPTION |
"alnum" | |
"alpha" | |
"cntrl" | |
"digit" | |
"graph" | |
"lower" | |
"print" | |
"punct" | |
"space" | |
"upper" | |
"xdigit" |
RETURN VALUE |
CAUTION |
RELATED FUNCTIONS |
SEE ALSO |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.