Deleted Added
full compact
fputws.3 (101776) fputws.3 (103012)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)fputs.3 8.1 (Berkeley) 6/4/93
37.\" FreeBSD: src/lib/libc/stdio/fputs.3,v 1.8 2001/10/01 16:08:59 ru Exp
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)fputs.3 8.1 (Berkeley) 6/4/93
37.\" FreeBSD: src/lib/libc/stdio/fputs.3,v 1.8 2001/10/01 16:08:59 ru Exp
38.\" $FreeBSD: head/lib/libc/stdio/fputws.3 101776 2002-08-13 09:30:41Z tjr $
38.\" $FreeBSD: head/lib/libc/stdio/fputws.3 103012 2002-09-06 11:24:06Z tjr $
39.\"
40.Dd August 6, 2002
41.Dt FPUTWS 3
42.Os
43.Sh NAME
44.Nm fputws
45.Nd output a line of wide characters to a stream
46.Sh LIBRARY
47.Lb libc
48.Sh SYNOPSIS
49.In stdio.h
50.In wchar.h
51.Ft int
39.\"
40.Dd August 6, 2002
41.Dt FPUTWS 3
42.Os
43.Sh NAME
44.Nm fputws
45.Nd output a line of wide characters to a stream
46.Sh LIBRARY
47.Lb libc
48.Sh SYNOPSIS
49.In stdio.h
50.In wchar.h
51.Ft int
52.Fn fputws "const wchar_t *restrict ws" "FILE *restrict fp"
52.Fn fputws "const wchar_t * restrict ws" "FILE * restrict fp"
53.Sh DESCRIPTION
54The
55.Fn fputws
56function writes the wide character string pointed to by
57.Fa ws
58to the stream pointed to by
59.Fa fp .
60.Sh RETURN VALUES

--- 29 unchanged lines hidden ---
53.Sh DESCRIPTION
54The
55.Fn fputws
56function writes the wide character string pointed to by
57.Fa ws
58to the stream pointed to by
59.Fa fp .
60.Sh RETURN VALUES

--- 29 unchanged lines hidden ---