logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

zzip_strerror, zzip_strerror_of - ...

Author

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

Description

        The zzip_strerror_of function fetches the errorcode from the DIR-handle and runs it through
       zzip_strerror to obtain the static string describing the error.

Name

       zzip_strerror, zzip_strerror_of - ...

Synopsis

#include<zzip/lib.h>

       zzip_char_t*
       zzip_strerror(int errcode)

       zzip_char_t*
       zzip_strerror_of(ZZIP_DIR* dir)

See Also