FreeBSD Manual Pages
std::getwchar(3) C++ Standard Libary std::getwchar(3) NAME std::getwchar - std::getwchar Synopsis Defined in header <cwchar> std::wint_t getwchar(); Reads the next wide character from stdin. Parameters (none) Return value The obtained wide character, or WEOF if an error has occurred or the end of file reached See also getchar reads a character from stdin (function) fgetwc gets a wide character from a file stream getwc (function) C documentation for getwchar http://cppreference.com 2024.06.10 std::getwchar(3)
NAME | Synopsis | Parameters | Return value | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::getwchar&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
