ZIP_FILE_ATTRIBUTES_INIT(3) | Library Functions Manual | ZIP_FILE_ATTRIBUTES_INIT(3) |
zip_file_attributes_init
—
#include <zip.h>
void
zip_file_attributes_init
(zip_file_attributes_t
*attributes);
zip_file_attributes_init
() initializes a
zip_file_attributes_t structure with default values. It
must be called before modifying such a structure for the first time.
zip_file_attributes_init
() was added in libzip 1.7.0.
April 17, 2020 | NiH |