Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
tolower - convert characters to lowercase
&pagelevel(4)&pagelevel
Syntax | #include <ctype.h> int tolower(int c); |
Description | tolower() converts the uppercase letter c to the corresponding lowercase letter.
|
Return val. | Lowercase of c if c is an uppercase letter. |
See also | strlower() , strupper() , toupper() , setlocale() , ctype.h .
|