HP-UX Reference (11i v2 07/12) - 3 Library Functions A-M (vol 6)

c
conv(3C) conv(3C)
The following example use the library function for
toupper():
#include <ctype.h>
#undef toupper
main()
{
...
char *c;
*c=toupper ((unsigned char*) c);
...
}
AUTHOR
conv() was developed by IBM, OSF, and HP.
SEE ALSO
ctype(3C), getc(3S), setlocale(3C), lang(5), thread_safety(5).
STANDARDS CONFORMANCE
toascii(): AES, SVID2, SVID3, XPG2, XPG3, XPG4
tolower(): AES, SVID2, SVID3, XPG2, XPG3, XPG4, FIPS 151-2, POSIX.1, ANSI C
toupper(): AES, SVID2, SVID3, XPG2, XPG3, XPG4, FIPS 151-2, POSIX.1, ANSI C
_tolower() : AES, SVID2, SVID3, XPG2, XPG3, XPG4
_toupper() : AES, SVID2, SVID3, XPG2, XPG3, XPG4
208 Hewlett-Packard Company 2 HP-UX 11i Version 2: December 2007 Update