Function tolower

Top 

Declaration:

int tolower(unsigned char c);

Description

tolower function converts character c to the lower case. If c is not an alphabetic character, then it will not be converted.

Returned value

The tolower function returns character c in the lower case.