1ZIP_LIBZIP_VERSION(3) BSD Library Functions Manual ZIP_LIBZIP_VERSION(3)
2
4 zip_libzip_version — return run-time version of library
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 const char *
13 zip_libzip_version(void);
14
16 zip_libzip_version returns the version number of the library as string in
17 the format “$MAJOR.$MINOR.$MICRO$SUFFIX” where $MAJOR is the major ver‐
18 sion, $MINOR the minor, $MICRO the micro, and $SUFFIX a suffix that's
19 only set for development versions.
20
22 libzip(3)
23
25 zip_libzip_version() was added in libzip 1.3.1.
26
28 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
29
30BSD December 18, 2017 BSD