about summary refs log tree commit diff homepage
path: root/gzungetc.3
blob: f09abe985aad95cf9af3440c0169e8bb376aa5e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.Dd January 15, 2017
.Dt GZUNGETC 3
.Os
.
.Sh NAME
.Nm gzungetc
.Nd un-get character from compressed file
.
.Sh LIBRARY
.Lb libz
.
.Sh SYNOPSIS
.In zlib.h
.Ft int
.Fn gzungetc "int c" "gzFile file"
.
.Sh DESCRIPTION
Push one character back onto the stream
to be read as the first character
on the next read.
At least one character of push-back
is allowed.
.Fn gzungetc
will fail if
.Fa c
is -1,
and may fail if a character
has been pushed
but not read yet.
If
.Fn gzungetc
is used immediately after
.Xr gzopen 3
or
.Xr gzdopen 3 ,
at least the output buffer size
of pushed characters is allowed.
.Po
See
.Xr gzbuffer 3 .
.Pc \&
The pushed character will be discarded
if the stream is repositioned with
.Xr gzseek 3
or
.Xr gzrewind 3 .
.
.Sh RETURN VALUES
.Fn gzungetc
returns the character pushed,
or -1 on failure.
d>June McEnroe 2020-04-26Increase space between nav itemsJune McEnroe 2020-04-26Add mailto address for the archiveJune McEnroe 2020-04-26Put dates on new lines in indexJune McEnroe 2020-04-26Include <> around Message-Id in mailto: URLsJune McEnroe 2020-04-26Add link to index on thread pagesJune McEnroe 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe