Copyright Digital Equipment Corp. All rights reserved.
Converts the argument, a wide character, to uppercase. If the
argument is not a lowercase character, it is returned unchanged.
Format
#include <wctype.h> (ISO C)
#include <wchar.h> (XPG4)
int towupper (wint_t wc);
Argument Description