std::fgetwc (3) - Linux Manuals
std::fgetwc: std::fgetwc
Command to display std::fgetwc
manual in Linux: $ man 3 std::fgetwc
NAME
std::fgetwc - std::fgetwc
Synopsis
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
Return value
The next wide character from the stream or WEOF if an error has occurred or the end of file has been reached. If an encoding error occurred, errno is set to EILSEQ.
See also
gets a character from a file stream
fgetc (function)
getc
gets a wide string from a file stream
fgetws (function)
writes a wide character to a file stream
fputwc (function)
putwc
puts a wide character back into a file stream
ungetwc (function)
Pages related to std::fgetwc
- std::fgetws (3) - std::fgetws
- std::fgetc,std::getc (3) - std::fgetc,std::getc
- std::fgetpos (3) - std::fgetpos
- std::fgets (3) - std::fgets
- std::fclose (3) - std::fclose
- std::fdim,std::fdimf,std::fdiml (3) - std::fdim,std::fdimf,std::fdiml
- std::feclearexcept (3) - std::feclearexcept
- std::fegetenv,std::fesetenv (3) - std::fegetenv,std::fesetenv
- std::fegetexceptflag,std::fesetexceptflag (3) - std::fegetexceptflag,std::fesetexceptflag
- std::fegetround,std::fesetround (3) - std::fegetround,std::fesetround