7.24.3.7 The getwchar function
Synopsis
#include <wchar.h>
wint_t getwchar(void);
Description
The getwchar function is equivalent to getwc with the argument stdin.
Returns
The getwchar function returns the next wide character from the input stream pointed to by stdin, or WEOF.