Imported Upstream version 1.4.0
[platform/upstream/libzip.git] / man / zip_error_code_system.man
1 .TH "ZIP_ERROR_CODE_SYSTEM" "3" "December 18, 2017" "NiH" "Library Functions Manual"
2 .nh
3 .if n .ad l
4 .SH "NAME"
5 \fBzip_error_code_system\fR
6 \- get operating system error part of zip_error
7 .SH "LIBRARY"
8 libzip (-lzip)
9 .SH "SYNOPSIS"
10 \fB#include <zip.h>\fR
11 .sp
12 \fIint\fR
13 .br
14 .PD 0
15 .HP 4n
16 \fBzip_error_code_system\fR(\fIconst\ zip_error_t\ *ze\fR);
17 .PD
18 .SH "DESCRIPTION"
19 The
20 \fBzip_error_code_system\fR()
21 function returns the system specific part of the error from the
22 zip_error error
23 \fIze\fR.
24 For finding out what system reported the error, use
25 zip_error_system_type(3).
26 .SH "SEE ALSO"
27 libzip(3),
28 zip_error_code_zip(3),
29 zip_error_system_type(3)
30 .SH "HISTORY"
31 \fBzip_error_code_system\fR()
32 was added in libzip 1.0.
33 .SH "AUTHORS"
34 Dieter Baron <\fIdillo@nih.at\fR>
35 and
36 Thomas Klausner <\fItk@giga.or.at\fR>