_strlwr

Converts a string to lower case.

char * _strlwr (char * string);

char * strlwr (char * string);

Required Header
<string.h>

Return Value

The converted string address is returned.

Parameters

string

  The string to convert

Remarks

The _strlwr function converts in-place uppercase characters to lowercase.

String

See Also    _strupr