www.LinuxHowtos.org
ZIP_FCLOSE
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_fclose - close file in zip archiveLIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft int Fn zip_fclose zip_file_t *fileDESCRIPTION
The Fn zip_fclose function closes file and frees the memory allocated for it.RETURN VALUES
Upon successful completion 0 is returned. Otherwise, the error code is returned.SEE ALSO
libzip(3), zip_fopen3, zip_fread3, zip_fseek3HISTORY
Fn zip_fclose was added in libzip 0.6.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at