1ZIP_FCLOSE(3)            BSD Library Functions Manual            ZIP_FCLOSE(3)
2

NAME

4     zip_fclose — close file in zip archive
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     int
13     zip_fclose(zip_file_t *file);
14

DESCRIPTION

16     The zip_fclose() function closes file and frees the memory allocated for
17     it.
18

RETURN VALUES

20     Upon successful completion 0 is returned.  Otherwise, the error code is
21     returned.
22

SEE ALSO

24     libzip(3), zip_fopen(3), zip_fread(3), zip_fseek(3)
25

HISTORY

27     zip_fclose() was added in libzip 0.6.
28

AUTHORS

30     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
31
32BSD                            December 18, 2017                           BSD
Impressum