zip_error_system_type
return type of system error
- Provided by: libzip-dev (Version: 1.7.3-1.1ubuntu2)
- Source: libzip
- Report a bug
return type of system error
libzip (-lzip)
#include
<zip.h>
int
zip_error_system_type(const
zip_error_t *ze);
The
zip_error_system_type()
function returns the type of the system specific part for the zip_error
ze. Currently, the following system types are
defined:
ZIP_ET_NONEZIP_ET_SYSZIP_ET_ZLIBzip_error_system_type() was added in
libzip 1.0.
Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>