Next: , Previous: strlen, Up: Strings


5.30 strlwr—force string to lowercase

Synopsis

     #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.