putwc.3 (01533af5a0f742541d5c97c54c9f3e766fcd5ce8) putwc.3 (46624699bd9486548307f128eb9447e691c08b75)
1.\" $NetBSD: putwc.3,v 1.2 2002/02/07 07:00:26 ross Exp $
2.\"
3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" This code is derived from software contributed to Berkeley by
7.\" Chris Torek and the American National Standards Committee X3,
8.\" on Information Processing Systems.

--- 35 unchanged lines hidden (view full) ---

44.Sh NAME
45.Nm fputwc ,
46.Nm putwc ,
47.Nm putwchar ,
48.Nd output a wide-character to a stream
49.Sh LIBRARY
50.Lb libc
51.Sh SYNOPSIS
1.\" $NetBSD: putwc.3,v 1.2 2002/02/07 07:00:26 ross Exp $
2.\"
3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" This code is derived from software contributed to Berkeley by
7.\" Chris Torek and the American National Standards Committee X3,
8.\" on Information Processing Systems.

--- 35 unchanged lines hidden (view full) ---

44.Sh NAME
45.Nm fputwc ,
46.Nm putwc ,
47.Nm putwchar ,
48.Nd output a wide-character to a stream
49.Sh LIBRARY
50.Lb libc
51.Sh SYNOPSIS
52.Fd #include \*[Lt]stdio.h\*[Gt]
53.Fd #include \*[Lt]wchar.h\*[Gt]
52.In stdio.h
53.In wchar.h
54.Ft wint_t
55.Fn fputwc "wchar_t wc" "FILE *stream"
56.Ft wint_t
57.Fn putwc "wchar_t wc" "FILE *stream"
58.Ft wint_t
59.Fn putwchar "wchar_t wc"
60.Sh DESCRIPTION
61The

--- 35 unchanged lines hidden (view full) ---

97.Xr stdio 3
98.Sh STANDARDS
99The functions
100.Fn fputwc ,
101.Fn putwc ,
102and
103.Fn putwchar ,
104conform to
54.Ft wint_t
55.Fn fputwc "wchar_t wc" "FILE *stream"
56.Ft wint_t
57.Fn putwc "wchar_t wc" "FILE *stream"
58.Ft wint_t
59.Fn putwchar "wchar_t wc"
60.Sh DESCRIPTION
61The

--- 35 unchanged lines hidden (view full) ---

97.Xr stdio 3
98.Sh STANDARDS
99The functions
100.Fn fputwc ,
101.Fn putwc ,
102and
103.Fn putwchar ,
104conform to
105.St -isoC99 .
105.St -isoC-99 .