_tolower

Converts an unsigned 8 bit 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

Remarks

The _tolower function should only be used with 8 bit characters.

Standard Library

See Also    tolower, _toupper, toupper