Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <stdio.h> wint_t btowc(int c);
| |
Return val. | Wide character, if successful. | |
WEOF | if c has the value EOF or if | |
Note | This version of the C runtime system only supports one-byte characters as wide character | |
See also | mblen, mbtowc, wcstombs, wctomb |