Imported Upstream version 1.1.3
[platform/upstream/libzip.git] / man / zip_error_strerror.man
1 .TH "ZIP_ERROR_STRERROR" "3" "October 30, 2014" "NiH" "Library Functions Manual"
2 .nh
3 .if n .ad l
4 .SH "NAME"
5 \fBzip_error_strerror\fR
6 \- create human-readable string for zip_error
7 .SH "LIBRARY"
8 libzip (-lzip)
9 .SH "SYNOPSIS"
10 \fB#include <zip.h>\fR
11 .sp
12 \fIconst char *\fR
13 .PD 0
14 .HP 4n
15 \fBzip_error_strerror\fR(\fIzip_error_t\ *ze\fR);
16 .PD
17 .SH "DESCRIPTION"
18 The
19 \fBzip_error_strerror\fR()
20 function returns an error message string corresponding to
21 \fIze\fR
22 like
23 strerror(3).
24 This string will stay valid until the next call to
25 \fBzip_error_strerror\fR()
26 or until
27 zip_error_fini(3)
28 is called.
29 .SH "SEE ALSO"
30 libzip(3),
31 strerror(3),
32 zip_error_fini(3)
33 .SH "AUTHORS"
34 Dieter Baron <\fIdillo@nih.at\fR>
35 and
36 Thomas Klausner <\fItk@giga.or.at\fR>