Deleted Added
full compact
fgetws.3 (101776) fgetws.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.\" @(#)fgets.3 8.1 (Berkeley) 6/4/93
37.\" FreeBSD: src/lib/libc/stdio/fgets.3,v 1.16 2002/05/31 05:01:17 archie 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.\" @(#)fgets.3 8.1 (Berkeley) 6/4/93
37.\" FreeBSD: src/lib/libc/stdio/fgets.3,v 1.16 2002/05/31 05:01:17 archie Exp
38.\" $FreeBSD: head/lib/libc/stdio/fgetws.3 101776 2002-08-13 09:30:41Z tjr $
38.\" $FreeBSD: head/lib/libc/stdio/fgetws.3 103012 2002-09-06 11:24:06Z tjr $
39.\"
40.Dd August 6, 2002
41.Dt FGETWS 3
42.Os
43.Sh NAME
44.Nm fgetws
45.Nd get a line of wide characters from a stream
46.Sh LIBRARY
47.Lb libc
48.Sh SYNOPSIS
49.In stdio.h
50.In wchar.h
51.Ft "wchar_t *"
39.\"
40.Dd August 6, 2002
41.Dt FGETWS 3
42.Os
43.Sh NAME
44.Nm fgetws
45.Nd get a line of wide characters from a stream
46.Sh LIBRARY
47.Lb libc
48.Sh SYNOPSIS
49.In stdio.h
50.In wchar.h
51.Ft "wchar_t *"
52.Fn fgetws "wchar_t *restrict ws" "int n" "FILE *restrict fp"
52.Fn fgetws "wchar_t * restrict ws" "int n" "FILE * restrict fp"
53.Sh DESCRIPTION
54The
55.Fn fgetws
56function
57reads at most one less than the number of characters specified by
58.Fa n
59from the given
60.Fa fp

--- 62 unchanged lines hidden ---
53.Sh DESCRIPTION
54The
55.Fn fgetws
56function
57reads at most one less than the number of characters specified by
58.Fa n
59from the given
60.Fa fp

--- 62 unchanged lines hidden ---