getwc.3 (01533af5a0f742541d5c97c54c9f3e766fcd5ce8) | getwc.3 (46624699bd9486548307f128eb9447e691c08b75) |
---|---|
1.\" $NetBSD: getwc.3,v 1.3 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 fgetwc , 46.Nm getwc , 47.Nm getwchar , 48.Nd get next wide-character from input stream 49.Sh LIBRARY 50.Lb libc 51.Sh SYNOPSIS | 1.\" $NetBSD: getwc.3,v 1.3 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 fgetwc , 46.Nm getwc , 47.Nm getwchar , 48.Nd get next wide-character from input 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 fgetwc "FILE *stream" 56.Ft wint_t 57.Fn getwc "FILE *stream" 58.Ft wint_t 59.Fn getwchar 60.Sh DESCRIPTION 61The --- 47 unchanged lines hidden (view full) --- 109.Sh STANDARDS 110The 111.Fn fgetwc , 112.Fn getwc 113and 114.Fn getwchar 115functions 116conform to | 54.Ft wint_t 55.Fn fgetwc "FILE *stream" 56.Ft wint_t 57.Fn getwc "FILE *stream" 58.Ft wint_t 59.Fn getwchar 60.Sh DESCRIPTION 61The --- 47 unchanged lines hidden (view full) --- 109.Sh STANDARDS 110The 111.Fn fgetwc , 112.Fn getwc 113and 114.Fn getwchar 115functions 116conform to |
117.St -isoC99 . | 117.St -isoC-99 . |