|
NAMEfputwc , putwc ,
putwchar —
output a wide character to a stream
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdio.h>
#include <wchar.h>
wint_t
wint_t
wint_t
DESCRIPTIONThefputwc () function writes the wide character
wc to the output stream pointed to by
stream.
The The RETURN VALUESThefputwc (), putwc (), and
putwchar () functions return the wide character
written. If an error occurs, the value WEOF is
returned.
SEE ALSOferror(3), fopen(3), getwc(3), putc(3), stdio(3)STANDARDSThefputwc (), putwc (), and
putwchar () functions conform to
ISO/IEC 9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |