Main index | Section 3 | Options |
#include <wchar.h>
#include <wchar.h>
#include <xlocale.h>
The wctob() function converts a wide character into a corresponding single-byte character. If the wide character is WEOF or not able to be represented as a single byte in the initial shift state, wctob() returns EOF.
The _l-suffixed versions take an explicit locale argument, while the non-suffixed versions use the current global or per-thread locale.
BTOWC (3) | February 13, 2012 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.