std::fgetwc

std::fgetwc

Defined in header <cwchar>
wint_t fgetwc( std::FILE* stream );
wint_t getwc( std::FILE* stream );

Reads the next wide character from the given input stream. getwc() may be implemented as a macro and may evaluate stream more than once.

Parameters

登录查看完整内容
stream - to read the wide character from