tolower
From C/C++ Reference
tolower
Syntax:
#include <cctype> int tolower( int ch );
The function tolower() returns the lowercase version of the character ch.
Related topics:
From C/C++ Reference
#include <cctype> int tolower( int ch );
The function tolower() returns the lowercase version of the character ch.