cppreference.com
>
Standard C String and Character
>
tolower
tolower
Syntax:
#include <ctype.h>
The function tolower() returns the lowercase version of the character
ch
.
Related topics:
isupper
toupper