Query: getwchar
OS: sunos
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
getwchar(3C) Standard C Library Functions getwchar(3C)NAMEgetwchar - get wide character from stdin streamSYNOPSIS#include <wchar.h> wint_t getwchar(void);DESCRIPTIONThe getwchar() function is equivalent to getwc(stdin).RETURN VALUESRefer to fgetwc(3C).ERRORSRefer to fgetwc(3C).USAGEIf the wint_t value returned by getwchar() is stored into a variable of type wchar_t and then compared against the wint_t macro WEOF, the comparison may never succeed because wchar_t is defined as unsigned.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOfgetwc(3C), getwc(3C), attributes(5), standards(5) SunOS 5.10 24 Jul 2002 getwchar(3C)
Related Man Pages |
---|
getwc(3) - mojave |
fgetwc(3) - netbsd |
getwc(3) - netbsd |
getwc(3) - osx |
getwchar(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Compiling Pcap.c |
Read text from file and print each character in separate line |