zzip_entry_findmatch (3) Linux Manual Page
zzip_entry_findfile, zzip_entry_findfirst, zzip_entry_findnext, zzip_entry_free, zzip_entry_findmatch – search for files in the (fseeko) zip central directory Synopsis #include <zzip/fseeko.h> zzip__new__ ZZIP_ENTRY *zzip_entry_findfile((FILE * disk, char *filename, ZZIP_ENTRY *_zzip_restrict entry, zzip_strcmp_fn_t compare)); zzip__new__ ZZIP_ENTRY *zzip_entry_findfirst((FILE * disk)); zzip__new__ ZZIP_ENTRY *zzip_entry_findnext((ZZIP_ENTRY * _zzip_restrict entry)); int zzip_entry_free((ZZIP_ENTRY * entry)); zzip__new__ ZZIP_ENTRY *zzip_entry_findmatch((FILE * disk, char *filespec, ZZIP_ENTRY *_zzip_restrict entry,…
