Synopsis
#define WEOF ((wint_t)~0U)
Description

WEOF expands to a constant value that does not correspond to any character in the wide character set. It is typically used to indicate an end of file condition.