]> git.saurik.com Git - apple/libc.git/blob - stdio/FreeBSD/getwc.3.patch
Libc-594.9.5.tar.gz
[apple/libc.git] / stdio / FreeBSD / getwc.3.patch
1 --- getwc.3 2004-11-25 11:38:35.000000000 -0800
2 +++ getwc.3.edit 2006-08-09 13:40:43.000000000 -0700
3 @@ -56,7 +56,7 @@
4 .Ft wint_t
5 .Fn getwc "FILE *stream"
6 .Ft wint_t
7 -.Fn getwchar
8 +.Fn getwchar void
9 .Sh DESCRIPTION
10 The
11 .Fn fgetwc
12 @@ -79,6 +79,12 @@
13 .Fn getwc
14 with the argument
15 .Dv stdin .
16 +.Pp
17 +Extended locale versions of these functions are documented in
18 +.Xr getwc_l 3 .
19 +See
20 +.Xr xlocale 3
21 +for more information.
22 .Sh RETURN VALUES
23 If successful, these routines return the next wide character
24 from the
25 @@ -104,13 +110,14 @@
26 .Xr fopen 3 ,
27 .Xr fread 3 ,
28 .Xr getc 3 ,
29 +.Xr getwc_l 3 ,
30 .Xr putwc 3 ,
31 .Xr stdio 3 ,
32 .Xr ungetwc 3
33 .Sh STANDARDS
34 The
35 .Fn fgetwc ,
36 -.Fn getwc
37 +.Fn getwc ,
38 and
39 .Fn getwchar
40 functions