MAN page from PCLinuxOS lib64zip-devel-1.3.0-1pclos2017.x86_64.rpm
ZIP_ERROR_CODE_SYSTEM
Section: Library Functions Manual (3)
Updated: October 30, 2014
Index NAME
zip_error_code_system- get operating system error part of zip_error
LIBRARY
libzip (-lzip)
SYNOPSIS
#include <zip.h>int
- zip_error_code_system(const zip_error_t *ze);
DESCRIPTION
Thezip_error_code_system()function returns the system specific part of the error from thezip_error errorze.For finding out what system reported the error, usezip_error_system_type(3). SEE ALSO
libzip(3),zip_error_code_zip(3),zip_error_system_type(3) AUTHORS
Dieter Baron <dilloAATTnih.at>andThomas Klausner <tkAATTgiga.or.at>
Index
- NAME
- LIBRARY
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- AUTHORS
This document was created byman2html,using the manual pages.