C++ Programming/Code/Standard C Library/Functions/tolower
tolower
Syntax |
#include <cctype>
int tolower( int ch );
|
The function tolower() returns the lowercase version of the character ch.
Category:Book:C++ Programming#Code/Standard%20C%20Library/Functions/tolower%20