3 <<strlwr>>---force string to lower case
10 char *strlwr(char *<[a]>);
18 <<strlwr>> converts each characters in the string at <[a]> to
22 <<strlwr>> returns its argument, <[a]>.
25 <<strlwr>> is not widely portable.
27 <<strlwr>> requires no supporting OS subroutines.