1ZZIP_DIR_FDOPEN(3) zziplib Function List ZZIP_DIR_FDOPEN(3)
2
3
4
6 zzip_dir_fdopen, zzip_dir_fdopen_ext_io - ...
7
9 #include <zzip/lib.h>
10
11 ZZIP_DIR * zzip_dir_fdopen((int fd, zzip_error_t * errcode_p));
12
13 ZZIP_DIR *
14 zzip_dir_fdopen_ext_io((int fd, zzip_error_t * errcode_p, zzip_strings_t * ext, const zzip_plugin_io_t io));
15
17 the zzip_dir_fdopen_ext_io function uses explicit ext and io instead of
18 the internal defaults, setting these to zero is equivalent to
19 zzip_dir_fdopen
20
22 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
23
25 Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
26 reserved, use under the restrictions of the Lesser GNU General Public
27 License or alternatively the restrictions of the Mozilla Public License
28 1.1
29
30
31
32zziplib 0.13.62 ZZIP_DIR_FDOPEN(3)