www.LinuxHowtos.org
ZIP_ERROR_STRERROR
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_error_strerror - create huma-readable string for zip_errorLIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft const char * Fn zip_error_strerror zip_error_t *zeDESCRIPTION
The Fn zip_error_strerror function returns an error message string corresponding to ze like strerror(3). This string will stay valid until the next call to Fn zip_error_strerror or until zip_error_fini3 is called.SEE ALSO
libzip(3), strerror(3), zip_error_fini3HISTORY
Fn zip_error_strerror was added in libzip 1.0.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at