1zzip_strerror(3) zziplib Function List zzip_strerror(3)
2
3
4
6 zzip_strerror, zzip_strerror_of - ...
7
9 #include <zzip/lib.h>
10
11
12 zzip_char_t *
13 zzip_strerror(int errcode)
14
15 zzip_char_t *
16 zzip_strerror_of(ZZIP_DIR * dir)
17
18
19
20
22 The zzip_strerror_of function fetches the errorcode from the DIR-
23 handle and runs it through zzip_strerror to obtain the static string
24 describing the error.
25
26
27
29 Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
30
31
32
34 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
35
36
37
38
39
40zziplib 0.13.72 zzip_strerror(3)