1 --- ungetwc.3.orig Fri Mar 11 11:54:47 2005
2 +++ ungetwc.3 Fri Mar 11 11:55:38 2005
10 .Nd un-get wide character from input stream
16 .Fn ungetwc "wint_t wc" "FILE *stream"
19 +.Fn ungetwc_l "wint_t wc" "FILE *stream" "locale_t loc"
25 If a character is successfully pushed-back,
26 the end-of-file indicator for the stream is cleared.
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
39 the operation will fail and the stream will remain unchanged.