Converts a character to lower case.
int tolower (int c);
Return Value
This function returns the converted character.
Parameters
c
The character to be converted
Standard Library
See Also _tolower, _toupper, toupper