1ZZIP_SEEK(3) zziplib Function List ZZIP_SEEK(3)
2
3
4
6 zzip_seek, zzip_seek32 - ...
7
9 #include <zzip/lib.h>
10
11 zzip_off_t zzip_seek((ZZIP_FILE * fp, zzip_off_t offset, int whence));
12
13 long zzip_seek32((ZZIP_FILE * fp, long offset, int whence));
14
16 The zzip_seek32 function is provided for users who can not use any
17 largefile-mode.
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.62 ZZIP_SEEK(3)