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


fgetwc

Gets a wide character from a file stream.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <wchar.h>
wchar_t  fgetwc(FILE * file);
Parameters:

Parameters for this function are:

file  
FILE *  
The input stream to retrieve from  

Remarks:

Performs the same task as fgetc for wide character


NOTE

On embedded/ RTOS systems this function only is implemented for stdin, stdout and stderr files.
Return:

Returns the character or WEOF for an error

See Also:

"Wide Character and Byte Character Stream Orientation"

"fgetc"


[ 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