Chapter Contents

Previous

Next
towlower

towlower



Convert Uppercase Wide Character to Lowercase Wide Character

Portability: ISO ANSI conforming


SYNOPSIS
DESCRIPTION
RETURN VALUE
CAUTION
RELATED FUNCTIONS
SEE ALSO


SYNOPSIS

#include <wctype.h>

wint_t towlower(wint_t wc)


DESCRIPTION

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


RETURN VALUE

towlower returns a lowercase alphabetic wide character corresponding to the specified argument if a lowercase mapping exists. If a lowercase 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.