1zzip_rewind(3) zziplib Function List zzip_rewind(3)
2
3
4
6 zzip_rewind - rewind.
7
9 #include <zzip/lib.h>
10
11
12 int
13 zzip_rewind(ZZIP_FILE * fp)
14
15
16
17
19 The zzip_rewind function will rewind a real/zipped file.
20
21 It seeks to the beginning of this file's data in the zip, or the
22 beginning of the file for a stat'fd.
23
24
25
27 Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
28
29
30
32 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
33
34
35
36
37
38zziplib 0.13.72 zzip_rewind(3)