INtime SDK Help
strlwr

Converts uppercase letters in a null-terminated string to lowercase. Other characters are not affected.

#include <string.h>
char *strlwr (char *string);
char *_strlwr (char *string);

Parameters

string
String to convert.

Remarks

_strlwr is an alternate name for strlwr.

Return Values

A pointer to the converted string.
Success.
No error return.
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/string.h string.h clib.lib

See Also

strupr