Guardian Native C Library Calls Reference Manual (G06.28+, H06.04+)

getwchar(3) Guardian Native C Library Calls Reference Manual
NAME
getwchar - Gets a wide character from the standard input stream
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
H-series OSS processes: /G/system/zdllnnn/zcrtldll
SYNOPSIS
#include <wchar.h>
wint_t getwchar(void);
PARAMETERS
None.
DESCRIPTION
The getwchar( ) function gets the next wide character from the standard input stream. It is
equivalent to getwc(stdin).
RETURN VALUES
This function returns the wide character read or the constant WEOF (wide character End-Of-
File) at the end of the le or upon an error.
ERRORS
None. This function does not set errno.
RELATED INFORMATION
Functions: fgetwc(3), fopen(3), fread(3), getc(3), gets(3), getwc(3), putwc(3), scanf(3).
344 Hewlett-Packard Company 527192-005