1ZIP_ERROR_STRERROR(3) BSD Library Functions Manual ZIP_ERROR_STRERROR(3)
2
4 zip_error_strerror — create human-readable string for zip_error
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 const char *
13 zip_error_strerror(zip_error_t *ze);
14
16 The zip_error_strerror() function returns an error message string corre‐
17 sponding to ze like strerror(3). This string will stay valid until the
18 next call to zip_error_strerror() or until zip_error_fini(3) is called.
19
21 libzip(3), strerror(3), zip_error_fini(3)
22
24 zip_error_strerror() was added in libzip 1.0.
25
27 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
28
29BSD December 18, 2017 BSD