man __zzip_try_open (Fonctions bibliothèques) - (../../zzip/zip.c)
NAME
__zzip_try_open - (../../zzip/zip.c)
SYNOPSIS
#include <zziplib.h>
int __zzip_try_open (zzip_char_t* filename, int filemode, zzip_strings_t* ext, zzip_plugin_io_t io);DESCRIPTION
will attach a .zip extension and tries to open it the with open(2). This is a helper function for zzip_dir_open, zzip_opendir and zzip_open.
AUTHOR
- •
- Guido Draheim <guidod@gmx.de>
- •
- Tomi Ollila <too@iki.fi>
COPYRIGHT
(c) 1999,2000,2001,2002 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License note the additional license information that can be found in COPYING.ZZIP