LIBRARY

libzip (-lzip)

SYNOPSIS

#include <zip.h>

int

zip_fread(struct zip_file *filevoid *bufzip_uint64_t nbytes);

DESCRIPTION

The zip_fread() function reads at most nbytes bytes from file into buf.

RETURN VALUES

If successful, the number of bytes actually read is returned. Otherwise, -1 is returned.

RELATED TO zip_fread…

AUTHORS

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