man zzip_strerror (Fonctions bibliothèques) - (../../zzip/err.c)
NAME
zzip_strerror, zzip_strerror_of - (../../zzip/err.c)
SYNOPSIS
#include <zziplib.h>
zzip_char_t* zzip_strerror (int errcode); zzip_char_t* zzip_strerror_of (ZZIP_DIR* dir);DESCRIPTION
returns the static string for the given error code. The error code can be either a normal system error (a positive error code will flag this), it can be libz error code (a small negative error code will flag this) or it can be an error code from libzzip, which is an negative value lower than ZZIP_ERROR
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.
AUTHOR
- •
- Guido Draheim <guidod@gmx.de>
- •
- Tomi Ollila <Tomi.Ollila@iki.fi>
COPYRIGHT
(c) 1999,2000,2001,2002 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License note the additional license information that can be found in COPYING.ZZIP