wint_t __cdecl getwchar ( void ) { return(_fgetwchar()); }
extern "C" wint_t __cdecl getwchar() { return _fgetwchar(); }