tolower
Converts a character to lower case
#include <ctype.h>
long
tolower
(
long c
)
Arguments
c
Input character
Return Value
The lower case character corresponding to the input character
c
is returned.
Explanation
The input character
c
is converted to lower case.