btowc
y->bytetab[i] = (btowc(i) != WEOF) ? (uchar_t)i : 0;
extern wint_t btowc(int);
using std::btowc;