The <ctype.h> include file defines
functions that are used in character classification. The functions that
are defined in <ctype.h> are:
isascii1 isalnum isalpha |
isblank2 iscntrl isdigit |
isgraph islower isprint |
ispunct isspace isupper isxdigit |
toascii1 tolower toupper |
|
|
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.