Name

wctob function — Converts a wide character to a single byte

Synopsis

int wctob(wint_t wc)

If the wide character wc has a single-byte representation as a multibyte character, wctob returns that byte; otherwise, it returns EOF.