Transforms a wide character.
wint_t towctrans( wint_t c, wctrans_t category );
Routine | Required Header | Compatibility |
towctrans | <wctype.h> | Win 95, Win NT |
For additional compatibility information, see Compatibility in the Introduction.
Libraries
LIBCP.LIB | Single thread static library, retail version |
LIBCPMT.LIB | Multithread static library, retail version |
MSVCPRT.LIB | Import library for MSVCRT.DLL, retail version |
Return Value
The transformation of the character c, using the transform in category.
Remarks
The value of category must have been returned by an earlier successful call to wctrans.