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


putwchar

Writes a wide character to standard output.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <wchar.h>
wchar_t  putwchar(wchar_t c);
Parameters:

Parameters for this function are:

c  
wchar_t  
The wide character to write.  

Remarks:

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

Return:

Returns c if it is successful and returns WEOF if it fails

See Also:

"Wide Character and Byte Character Stream Orientation"

"putchar"


[ 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