Name

fgetwc function — Reads a wide character

Synopsis

wint_t fgetwc(FILE* stream)

The fgetwc function reads the next wide character from stream. It returns the character read, or WEOF for end-of-file or an error.