|
NAMEzip_fclose —
close file in zip archive
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
int
DESCRIPTIONThezip_fclose () function closes
file and frees the memory allocated for it.
RETURN VALUESUpon successful completion 0 is returned. Otherwise, the error code is returned.SEE ALSOlibzip(3), zip_fopen(3), zip_fread(3), zip_fseek(3)HISTORYzip_fclose () was added in libzip 0.6.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |