Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Transforms a character.
Syntax
wint_t towctrans(
wint_t c,
wctrans_t category
);
Parameters
c
The character you want to transform.
category
An identifier that contains the return value of wctrans.
Return value
The character c, after towctrans used the transform rule in category.
Remarks
The value of category must have been returned by an earlier successful call to wctrans.
Requirements
| Routine | Required header |
|---|---|
towctrans |
<wctype.h> |
For more compatibility information, see Compatibility.
Example
See wctrans for a sample that uses towctrans.