putwchar(3S)
NAME
putwchar − put wide character on stdout stream
SYNOPSIS
#include <wchar.h>
wint_t putwchar(wint_t wc);
DESCRIPTION
The function call putwchar(wc) is equivalent to putwc(wc, stdout).
RETURN VALUES
Refer to fputwc(3S).
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| MT-Level | MT-Safe |
SEE ALSO
fputwc(3S), putwc(3S), attributes(5)
SunOS 5.6 — Last change: 22 Apr 1997