1ZZIP_FCLOSE(3)               zziplib Function List              ZZIP_FCLOSE(3)
2
3
4

NAME

6       zzip_fclose, zzip_close -
7

SYNOPSIS

9       #include <zzip/lib.h>
10
11       int zzip_fclose((ZZIP_FILE * fp));
12
13       int zzip_close((ZZIP_FILE* fp));
14

DESCRIPTION

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

AUTHOR

22       ยท   Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
23
25       Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
26       reserved, use under the restrictions of the Lesser GNU General Public
27       License or alternatively the restrictions of the Mozilla Public License
28       1.1
29
30
31
32zziplib                             0.13.49                     ZZIP_FCLOSE(3)
Impressum