#include "string.h" int tolower( int ch ); The function tolower() returns the lowercase version of the character ch. Related topics: isupper toupper
int tolower( int ch );
The function tolower() returns the lowercase version of the
character ch.