Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::getwchar(3)	      C++ Standard Libary	      std::getwchar(3)

NAME
       std::getwchar - std::getwchar

Synopsis
	  Defined in header <cwchar>
	  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)

http://cppreference.com		  2022.07.31		      std::getwchar(3)

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.0>

home | help