zzip_fclose - Man Page
end usage.
Synopsis
#include <zzip/lib.h> int zzip_fclose(ZZIP_FILE* fp) int zzip_close(ZZIP_FILE* fp)
Description
The zzip_fclose function closes the given ZZIP_FILE handle.
If the ZZIP_FILE wraps a normal stat'fd then it is just that int'fd that is being closed and the otherwise empty ZZIP_FILE gets freed.
Author
Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
Copyright
Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
Referenced By
The man page zzip_close(3) is an alias of zzip_fclose(3).
0.13.72 zziplib Function List