1ZZIP_FCLOSE(3) zziplib Function List ZZIP_FCLOSE(3)
2
3
4
6 zzip_fclose, zzip_close - end usage.
7
9 #include <zzip/lib.h>
10
11 int zzip_fclose((ZZIP_FILE * fp));
12
13 int zzip_close((ZZIP_FILE * fp));
14
16 The zzip_fclose function closes the given ZZIP_FILE handle.
17
18 If the ZZIP_FILE wraps a normal stat'fd then it is just that int'fd
19 that is being closed and the otherwise empty ZZIP_FILE gets freed.
20
22 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
23
25 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
26
27
28
29zziplib 0.13.71 ZZIP_FCLOSE(3)