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