MAN page from PCLinuxOS lib64zip-devel-1.3.0-1pclos2017.x86_64.rpm
ZIP_ERROR_INIT
Section: Library Functions Manual (3)
Updated: December 2, 2014
Index NAME
zip_error_init,
zip_error_init_with_code- initialize zip_error structure
LIBRARY
libzip (-lzip)
SYNOPSIS
#include <zip.h>void
- zip_error_init(zip_error_t *error);
void
- zip_error_init_with_code(zip_error_t *error, int ze);
DESCRIPTION
Thezip_error_init()function initializes the zip_error pointed to byerror.*errormust be allocated before callingzip_error_init().Thezip_error_init_with_code()function does the same, but additionally sets the zip error code tozeand sets the system error code to the currenterrno(3)value, if appropriate.
SEE ALSO
libzip(3),zip_error_fini(3) AUTHORS
Dieter Baron <dilloAATTnih.at>andThomas Klausner <tkAATTgiga.or.at>
Index
- NAME
- LIBRARY
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- AUTHORS
This document was created byman2html,using the manual pages.