1ZIP_STAT_INIT(3) Library Functions Manual ZIP_STAT_INIT(3)
2
3
4
6 zip_stat_init - initialize zip_stat structure
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
14 void zip_stat_init(struct zip_stat *sb);
15
17 The zip_stat_init function initializes the members of a struct
18 zip_stat. The current members are described in zip_stat(3), but this
19 function should be used to initialize it to make sure none are missed.
20
22 If sb is valid, the function is always successful.
23
25 libzip(3), zip_stat(3)
26
28 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
29
30
31
32NiH December 16, 2006 ZIP_STAT_INIT(3)