7.4.1 Character classification functions
- 7.4.1.1 The isalnum function
- 7.4.1.2 The isalpha function
- 7.4.1.3 The isblank function
- 7.4.1.4 The iscntrl function
- 7.4.1.5 The isdigit function
- 7.4.1.6 The isgraph function
- 7.4.1.7 The islower function
- 7.4.1.8 The isprint function
- 7.4.1.9 The ispunct function
- 7.4.1.10 The isspace function
- 7.4.1.11 The isupper function
- 7.4.1.12 The isxdigit function
The functions in this subclause return nonzero (true) if and only if the value of the argument c conforms to that in the description of the function.