|
NAMEzzip_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) DESCRIPTIONThe 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.AUTHORGuido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>COPYRIGHTCopyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
Visit the GSP FreeBSD Man Page Interface. |