towupper


towupper

Converts a lowercase wide character to uppercase

 #include <wctype.h> wint_t towupper ( wint_t wc  ); 

The towupper( ) function is like toupper( ) in all respects, except that it operates on wide characters. An uppercase wide character is one for which iswupper( ) returns TRue in the current locale; a lowercase wide character is one for which iswlower( ) returns TRue.

Example

See the example for mbrtowc( ) in this chapter.

See Also

iswlower( ), iswupper( ), tolower( ), toupper( ), towlower( ), towctrans( )



C(c) In a Nutshell
C in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596006977
EAN: 2147483647
Year: 2006
Pages: 473

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net