strlwr
---force string to lower caseSynopsis
#include <string.h> char *strlwr(char *a);
Description
strlwr
converts each characters in the string at a to
lower case.
Returns
strlwr
returns its argument, a.
Portability
strlwr
is not widely portable.
strlwr
requires no supporting OS subroutines.
Packaging copyright © 1988-2000 OAR Corporation Context copyright by each document's author. See Free Software Foundation for information.