div
eof
Expand Minimize
This topic has not yet been rated - Rate this topic

towctrans

Transforms a character.

wint_t towctrans(
   wint_t c,
   wctrans_t category 
);
c

The character you want to transform.

category

An identifier that contains the return value of wctrans.

The character c, after towctrans used the transform rule in category.

The value of category must have been returned by an earlier successful call to wctrans.

Routine

Required header

towctrans

<wctype.h>

For additional compatibility information, see Compatibility in the Introduction.

See wctrans for a sample that uses towctrans.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.