Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <stdio.h> wint_t btowc(int c); |
Description btowc()
converts the multi-byte character c that consists of one byte and that must be in
the “initial shift” state to a wide character. | ||
Return val. | wide character if successful. | |
| if c contains the value EOF or | |
Notes | In this version of the C runtime system only 1 byte characters are supported as multi-byte | |
See also |
|