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
WEOF in <cwchar> , EOF in <cstdio>
<cwchar>
<cstdio>