from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
ZIP_LIBZIP_VERSION
Section: C Library Functions (3) Index
Return to Main Contents
BSD mandoc
NAME
zip_libzip_version
- return ru-time version of library
LIBRARY
libzip -lzip)
SYNOPSIS
In zip.h
Ft const char *
Fn zip_libzip_version void
DESCRIPTION
returns the version number of the library as string in the format
``$MAJOR.$MINOR.$MICRO$SUFFIX''
where
$MAJOR
is the major version,
$MINOR
the minor,
$MICRO
the micro, and
$SUFFIX
a suffix that's only set for development versions.
SEE ALSO
libzip(3)
HISTORY
Fn zip_libzip_version
was added in libzip 1.3.1.
AUTHORS
An -nosplit
An Dieter Baron Aq Mt dillo@nih.at
and
An Thomas Klausner Aq Mt wiz@gatalith.at
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- HISTORY
-
- AUTHORS
-
|