1PUTWCHAR(P) POSIX Programmer's Manual PUTWCHAR(P)
2
3
4
6 putwchar - put a wide character on a stdout stream
7
9 #include <wchar.h>
10
11 wint_t putwchar(wchar_t wc);
12
13
15 The function call putwchar(wc) shall be equivalent to putwc(wc,stdout).
16
18 Refer to fputwc() .
19
21 Refer to fputwc() .
22
23 The following sections are informative.
24
26 None.
27
29 None.
30
32 None.
33
35 None.
36
38 fputwc() , putwc() , the Base Definitions volume of
39 IEEE Std 1003.1-2001, <wchar.h>
40
42 Portions of this text are reprinted and reproduced in electronic form
43 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
44 -- Portable Operating System Interface (POSIX), The Open Group Base
45 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
46 Electrical and Electronics Engineers, Inc and The Open Group. In the
47 event of any discrepancy between this version and the original IEEE and
48 The Open Group Standard, the original IEEE and The Open Group Standard
49 is the referee document. The original Standard can be obtained online
50 at http://www.opengroup.org/unix/online.html .
51
52
53
54IEEE/The Open Group 2003 PUTWCHAR(P)