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_error, zzip_seterror - get errror status.

Author

        Guido Draheim <guidod@gmx.de>

Description

        The zzip_error function just returns dir->errcode of the ZZIP_DIR handle see: zzip_dir_open,
       zzip_dir_open, zzip_readdir, zzip_dir_read

        The zzip_seterror function just does dir->errcode = errcode

Name

       zzip_error, zzip_seterror -  get errror status.

Synopsis

#include<zzip/lib.h>

       int
       zzip_error(ZZIP_DIR* dir)

       void
       zzip_seterror(ZZIP_DIR* dir, int errcode)

See Also