C character classification

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 characters or control characters. Both single-byte and wide characters are supported.