www.LinuxHowtos.org
ZIP_ERROR_CODE_SYSTEM
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_error_code_system - get operating system error part of zip_errorLIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft int Fn zip_error_code_system const zip_error_t *zeDESCRIPTION
The Fn zip_error_code_system function returns the system specific part of the error from the zip_error error ze For finding out what system reported the error, use zip_error_system_type3.SEE ALSO
libzip(3), zip_error_code_zip3, zip_error_system_type3HISTORY
Fn zip_error_code_system 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