1ZZIP_READ(3) zziplib Function List ZZIP_READ(3)
2
3
4
6 zzip_read, zzip_fread - ...
7
9 #include <zzip/lib.h>
10
11 zzip_ssize_t zzip_read((ZZIP_FILE * fp, void *buf, zzip_size_t len));
12
13 zzip_size_t
14 zzip_fread((void *ptr, zzip_size_t size, zzip_size_t nmemb, ZZIP_FILE * file));
15
17 (missing description)
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_READ(3)