C++ Programming/Code/Standard C Library/Functions/tolower
< C++ Programming < Code < Standard C Library < Functionstolower
Syntax |
#include <cctype>
int tolower( int ch );
|
The function tolower() returns the lowercase version of the character ch.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.