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
12 int
13 zzip_fclose(ZZIP_FILE * fp)
14
15 int
16 zzip_close(ZZIP_FILE * fp)
17
18
19
20
22 The zzip_fclose function closes the given ZZIP_FILE handle.
23
24 If the ZZIP_FILE wraps a normal stat'fd then it is just that int'fd
25 that is being closed and the otherwise empty ZZIP_FILE gets freed.
26
27
28
30 Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
31
32
33
35 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
36
37
38
39
40
41zziplib 0.13.72 zzip_fclose(3)