logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zzip_file_close - end usage.

Author

        Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>

Description

        The zzip_file_close function is the direct call of zzip_close(fp). It will cleanup the inflate-portion
       of zlib and free the structure given.

        it is called quite from the error-cleanup parts of the various _open functions.

        the .refcount is decreased and if zero the fp->dir is closed just as well.

Name

       zzip_file_close -  end usage.

Synopsis

#include<zzip/lib.h>

       int
       zzip_file_close(ZZIP_FILE* fp)

See Also