int
wctob
(wint_t c);
The function determines whether c
can be represented as a one-byte multibyte character x
, beginning in the initial shift
state. (It effectively calls wcrtomb
to make the conversion.) If so, the function returns x
. Otherwise, it returns WEOF
.