Manpages - zip_stat_init.3
libzip (-lzip)
The
function initializes the members of a struct zip_stat. The current members are described in
but this function should be used to initialize it to make sure none are missed. The structure pointed to by
must be allocated before calling
This function should be used by functions provided to
when returning
information to make sure all fields are initialized.
If
is valid, the function is always successful.
was added in libzip 0.8.
and