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);
string
_strlwr is an alternate name for strlwr.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/string.h | string.h | clib.lib |