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_fetch_disk_trailer.3

Author

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

Description

        The __zzip_fetch_disk_trailer function is used by zzip_file_open. It tries to find the zip's central
       directory info that is usually a few bytes off the end of the file.

Name

       __zzip_fetch_disk_trailer -  internal.

Synopsis

#include<zzip/lib.h>

       static int
       __zzip_fetch_disk_trailer(int fd, zzip_off_t filesize, struct _disk_trailer* _zzip_restrict trailer,
                                 zzip_plugin_io_t io)

See Also