Character convertion routines
int toascii
int toascii(int __c)
int tolower
int tolower(int __c)
int toupper
int toupper(int __c)
Parent topic:
<ctype.h>: Character Operations