Copyright Digital Equipment Corp. All rights reserved.

towupper

   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);
 


Additional information available:

Argument        Description