from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
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_error
LIBRARY
libzip -lzip)
SYNOPSIS
In zip.h
Ft int
Fn zip_error_code_system const zip_error_t *ze
DESCRIPTION
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_type3
HISTORY
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
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- HISTORY
-
- AUTHORS
-
|