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.

READING ZIP ARCHIVES

CREATING/MODIFYING ZIP ARCHIVES

ERROR HANDLING

AUTHORS

Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>