1ZZIP_TELL(3)                 zziplib Function List                ZZIP_TELL(3)
2
3
4

NAME

6       zzip_tell -
7

SYNOPSIS

9       #include <zzip/lib.h>
10
11       zzip_off_t zzip_tell((ZZIP_FILE * fp));
12

DESCRIPTION

14       The zzip_tell function will tell(2) the current position in a
15       real/zipped file
16
17       It will return the current offset within the real/zipped file, measured
18       in uncompressed bytes for the zipped-file case.
19
20       If the file-handle is wrapping a stat'able file then it will actually
21       just perform a normal tell(2)-call, otherwise the offset is calculated
22       from the amount of data left and the total uncompressed size;
23

AUTHOR

25       ยท   Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
26
28       Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
29       reserved, use under the restrictions of the Lesser GNU General Public
30       License or alternatively the restrictions of the Mozilla Public License
31       1.1
32
33
34
35zziplib                             0.13.49                       ZZIP_TELL(3)
Impressum