NAME libzip — library for manipulating zip archives
LIBRARY libzip (-lzip)
SYNOPSIS #include <zip.h>
DESCRIPTION libzip is a library for reading, creating, and modifying zip archives.
Below there are two sections listing functions: one for how to read from zip archives and one for how to create/modify them.
CREATING/MODIFYING ZIP ARCHIVES
AUTHORS Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
|