C character classification
| C standard library (libc) |
|---|
| General topics |
| Miscellaneous headers |
C character classification is a group of operations in the C standard library that test a character for membership in a particular class of characters; such as alphabetic, control, etc. Both single-byte, and wide characters are supported.