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 zzip_char_t* zzip_strerror((int errcode));
12
13 zzip_char_t* zzip_strerror_of((ZZIP_DIR* dir));
14
16 The zzip_strerror_of function fetches the errorcode from the DIR-handle
17 and runs it through zzip_strerror to obtain the static string
18 describing the error.
19
21 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
22
24 Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
25 reserved, use under the restrictions of the Lesser GNU General Public
26 License or alternatively the restrictions of the Mozilla Public License
27 1.1
28
29
30
31zziplib 0.13.49 ZZIP_STRERROR(3)