tolower

Example: tolowerCharacter Classification and Conversion Functions

Converts a character to lowercase.

int  tolower( int c );

c The character to convert.

Return Values

This function returns the lowercase value of the specified character .