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


putwc

Write a wide character type to a 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  putwc(wchar_t c, FILE * file);  
Parameters:

Parameters for this function are:

c  
wchar_t  
The wide character to output  
file  
FILE  
The output stream  

Remarks:

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

Return:

Returns the character written when successful and returns WEOF when it fails

See Also:

"Wide Character and Byte Character Stream Orientation"

"putc"


[ 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