Next: strncasecmp, Previous: strlen, Up: Strings
strlwr
—force string to lowercase#include <string.h> char *strlwr(char *a);
Description
strlwr
converts each character in the string at a to
lowercase.
Returns
strlwr
returns its argument, a.
Portability
strlwr
is not widely portable.
strlwr
requires no supporting OS subroutines.