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

NAME

6       zip_fclose - close file in zip archive
7

LIBRARY

9       libzip (-lzip)
10

SYNOPSIS

12       #include <zip.h>
13
14       int zip_fclose(struct zip_file *file);
15

DESCRIPTION

17       The  zip_fclose function closes file and frees the memory allocated for
18       it.
19

RETURN VALUES

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

SEE ALSO

25       libzip(3), zip_fopen(3), zip_fread(3)
26

AUTHORS

28       Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
29
30
31
32NiH                             October 3, 2003                  ZIP_FCLOSE(3)
Impressum