| .TH "ZIP_ERROR_TO_STR" "3" "March 10, 2009" "NiH" "Library Functions Manual" |
| \- get string representation of zip error |
| \fBzip_error_to_str\fR(\fIchar *buf\fR,\ \fIzip_uint64_t len\fR,\ \fIint ze\fR,\ \fIint se\fR); |
| function stores a string describing the libzip error code |
| in the user-provided buffer |
| The buffer is always NUL-terminated. |
| should be the value of the global variable |
| at the time of the error or the zlib error code, depending on |
| failed, since then there is no |
| is available to store the error code; otherwise |
| \fBzip_file_strerror\fR() |
| returns the number of characters that would have been written to a |
| excluding the terminating NUL character. |
| zip_error_get_sys_type(3), |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |