C++ Programming/Code/Standard C Library/Functions/tolower

From Wikibooks, open books for an open world
Jump to navigation Jump to search

tolower[edit | edit source]

Syntax
#include <cctype>
int tolower( int ch );

The function tolower() returns the lowercase version of the character ch.

Related topics
isupper - toupper