1ZIP_FCLOSE(3) Library Functions Manual ZIP_FCLOSE(3)
2
3
4
6 zip_fclose - close file in zip archive
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
14 int zip_fclose(struct zip_file *file);
15
17 The zip_fclose function closes file and frees the memory allocated for
18 it.
19
21 Upon successful completion 0 is returned. Otherwise, the error code is
22 returned.
23
25 libzip(3), zip_fopen(3), zip_fread(3)
26
28 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
29
30
31
32NiH October 3, 2003 ZIP_FCLOSE(3)