putwchar man page on BSDi

Man page or keyword search:  
man Server   6284 pages
apropos Keyword Search (all sections)
Output format
BSDi logo
[printable version]

FPUTWC(3)		    BSD Programmer's Manual		     FPUTWC(3)

NAME
     fputwc, putwc, putwchar - put wide-character code on a stream

SYNOPSIS
     #include <stdio.h>
     #include <wchar.h>

     wint_t
     fputwc(wint_t wc, FILE *stream);

     wint_t
     putwc(wint_t wc, FILE *stream);

     wint_t
     putwchar(wint_t wc);

DESCRIPTION
     The fputwc() and putwc() functions are equivalent.	 The putwchar() func-
     tion is equivalent to fputwc(wc, stdout).	They all put the wide-charac-
     ter wc on the specified stream. This may cause more than a single byte to
     be written to stream.

RETURN VALUES
     If successful, these routines return wc, otherwise WEOF is returned and
     the global value errno is set to the error.

SEE ALSO
     fopen(3),	fwwrite(3),  putc(3)

BSDI BSD/OS		       December 9, 1997				     1
[top]

List of man pages available for BSDi

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net