1ZIP_FCLOSE(3) BSD Library Functions Manual ZIP_FCLOSE(3)
2
4 zip_fclose — close file in zip archive
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 int
13 zip_fclose(zip_file_t *file);
14
16 The zip_fclose() function closes file and frees the memory allocated for
17 it.
18
20 Upon successful completion 0 is returned. Otherwise, the error code is
21 returned.
22
24 libzip(3), zip_fopen(3), zip_fread(3), zip_fseek(3)
25
27 zip_fclose() was added in libzip 0.6.
28
30 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
31
32BSD December 18, 2017 BSD