1ZZIP_REWIND(3) zziplib Function List ZZIP_REWIND(3)
2
3
4
6 zzip_rewind -
7
9 #include <zzip/lib.h>
10
11 int zzip_rewind((ZZIP_FILE *fp));
12
14 The zzip_rewind function will rewind a real/zipped file.
15
16 It seeks to the beginning of this file´s data in the zip, or the
17 beginning of the file for a stat´fd.
18
20 · Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
21
23 Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
24 reserved, use under the restrictions of the Lesser GNU General Public
25 License or alternatively the restrictions of the Mozilla Public License
26 1.1
27
28
29
30zziplib 0.13.49 ZZIP_REWIND(3)