Determines if a wide character corresponds to a single- byte multibyte character and returns its multibyte character representation.
#include <stdio.h> #include <wchar.h> int wctob (wint_t c);
x | The single-byte representation of the wide character specified. |
EOF | Indicates an error. The wide character specified does not correspond to a single-byte multibyte character. |