[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


getwchar

Returns a wide character type from the standard input.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <wchar.h>
wchar_t  getwchar(void);  
Parameters:

Has no parameters.

Remarks:

Performs the same task as getchar for a wide character type.

Return:

Returns the value of the next character from stdin as an int if it is successful. getwchar() returns WEOF if it reaches an end-of-file or an error occurs.

See Also:

"Wide Character and Byte Character Stream Orientation"

"getwchar"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000