C++ Programming/Code/Standard C Library/Functions/tolower
Appearance
tolower
[edit | edit source]Syntax |
#include <cctype>
int tolower( int ch );
|
The function tolower() returns the lowercase version of the character ch.
Syntax |
#include <cctype>
int tolower( int ch );
|
The function tolower() returns the lowercase version of the character ch.