WEOF macro — End-of-file or error
wint_t WEOF
The WEOF macro expands to a constant integer value that does not correspond to any valid wide character value. Unlike EOF, WEOF is not guaranteed to be negative.
WEOF
EOF
wint_t type, EOF in <cstdio>
<cstdio>