Chapter Contents

Previous

Next
towctrans

towctrans



Wide Character Mapping

Portability: ISO ANSI conforming, SAS/C extension


SYNOPSIS
DESCRIPTION
RETURN VALUE
CAUTION
RELATED FUNCTIONS
SEE ALSO


SYNOPSIS

#include <wctype.h>

wint_t towctrans(wint_t wc, wctrans_t desc)


DESCRIPTION

towctrans maps a wide character value to another wide integer value according to a mapping constructed by the wctrans function. The desc argument specifies how the mapping is to be performed.


RETURN VALUE

If any of the following conditions are true, wc is returned unchanged:

Otherwise, the return value is the wide character resulting from applying the specified mapping to wc.


CAUTION

None.


RELATED FUNCTIONS

wctrans


SEE ALSO


Chapter Contents

Previous

Next

Top of Page

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