tolower

Converts a character to lower case.

int tolower (int c);

Required Header
<stdlib.h>

Return Value

This function returns the converted character.

Parameters

c

  The character to be converted

Standard Library

See Also    _tolower, _toupper, toupper