home *** CD-ROM | disk | FTP | other *** search
- STOLOWER(3) Library Functions STOLOWER(3)
-
-
-
- NAME
- stolower - convert a string to only lower case characters
-
- SYNOPSIS
- #include <edlib.h>
-
- char *stolower(str)
- char *str;
-
- DESCRIPTION
- Stolower takes a pointer to a null terminated string and
- converts each upper case character into its lower case
- equivalent. All other characters are left untouched.
-
- AUTHOR
- Edwin Hoogerbeets 01/08/88
-
- SEE ALSO
- stoupper(3)
-
-
-
-
-