Chapter Contents

Previous

Next
towupper

towupper



Convert Lowercase Wide Character to Uppercase Wide Character

Portability: ISO ANSI conforming


SYNOPSIS
DESCRIPTION
RETURN VALUE
CAUTION
RELATED FUNCTIONS
SEE ALSO


SYNOPSIS

#include <wctype.h>

wint_t towupper(wint_t wc)


DESCRIPTION

towupper converts a lowercase alphabetic wide character wc to an uppercase alphabetic wide character.


RETURN VALUE

towupper returns an uppercase alphabetic wide character corresponding to the specified argument if an uppercase mapping exists. If an uppercase mapping does not exist, the argument is returned unchanged.


CAUTION

None.


RELATED FUNCTIONS

iswalpha, iswlower, iswupper, towupper


SEE ALSO


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.