Query: zip_fclose
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ZIP_FCLOSE(3) Library Functions Manual ZIP_FCLOSE(3)NAMEzip_fclose - close file in zip archiveLIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h> int zip_fclose(struct zip_file *file);DESCRIPTIONThe zip_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)AUTHORSDieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at> NiH October 3, 2003 ZIP_FCLOSE(3)
Related Man Pages |
---|
zip_fopen(3) - centos |
zip_set_archive_comment(3) - centos |
zip_set_default_password(3) - centos |
libzip(3) - centos |
zip_set_default_password(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |