0b44a031
38e2f727 ^
1 2 3 4 5
6
7 8
#include <stdio.h> #include <wchar.h> wint_t btowc(int c) { c = (unsigned char)c; return c<128U ? c : EOF; }