ungetwc.3 (73ab4b2b33fcedb399bc0f71013d43f511a3777f) | ungetwc.3 (898f520da85b4349f5645d74190c4175c08c5389) |
---|---|
1.\" $NetBSD: ungetwc.3,v 1.3 2002/02/07 07:00:27 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. --- 42 unchanged lines hidden (view full) --- 51.In wchar.h 52.Ft wint_t 53.Fn ungetwc "wint_t wc" "FILE *stream" 54.Sh DESCRIPTION 55The 56.Fn ungetwc 57function pushes the wide-character 58.Fa wc | 1.\" $NetBSD: ungetwc.3,v 1.3 2002/02/07 07:00:27 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. --- 42 unchanged lines hidden (view full) --- 51.In wchar.h 52.Ft wint_t 53.Fn ungetwc "wint_t wc" "FILE *stream" 54.Sh DESCRIPTION 55The 56.Fn ungetwc 57function pushes the wide-character 58.Fa wc |
59(converted to an wchar_t) | 59(converted to an 60.Vt wchar_t ) |
60back onto the input stream pointed to by 61.Fa stream . 62The pushed-backed wide-characters will be returned by subsequent reads on the 63stream (in reverse order). 64A successful intervening call, using the same stream, to one of the file 65positioning functions 66.Xr fseek 3 , 67.Xr fsetpos 3 , --- 31 unchanged lines hidden --- | 61back onto the input stream pointed to by 62.Fa stream . 63The pushed-backed wide-characters will be returned by subsequent reads on the 64stream (in reverse order). 65A successful intervening call, using the same stream, to one of the file 66positioning functions 67.Xr fseek 3 , 68.Xr fsetpos 3 , --- 31 unchanged lines hidden --- |