1ZIP_ERROR_SYS_TYPE(3) Library Functions Manual ZIP_ERROR_SYS_TYPE(3)
2
3
4
6 zip_error_get_sys_type - get type of system error code
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
14 int zip_error_get_sys_type(int ze);
15
17 The zip_error_get_sys_type function returns the type of the system
18 error code for the libzip error ze. Possible types are:
19
20 ZIP_ET_NONE System error code is unused.
21
22 ZIP_ET_SYS System error code is an errno value.
23
24 ZIP_ET_ZLIB System error code is from zlib(3).
25
27 libzip(3), zip_error_get(3), zip_error_to_str(3), zip_file_error_get(3)
28
30 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
31
32
33
34NiH November 30, 2004 ZIP_ERROR_SYS_TYPE(3)