Clone of some function in the ctype library
Just download and compile the code
- is_upper(): Checks if a character is uppercase
- is_lower(): Checks if a character is lowercase
- to_upper(): Converts a lowercase character to the uppercase variant
- to_lower(): Converts a uppercase character to the lowercase variant