H5get_libversion
(
unsigned *majnum
,
unsigned *minnum
,
unsigned *relnum
)
H5get_libversion
retrieves the major, minor, and release
numbers of the version of the HDF library which is linked to
the application.
unsigned *majnum |
OUT: The major version of the library. |
unsigned *minnum |
OUT: The minor version of the library. |
unsigned *relnum |
OUT: The release number of the library. |
Release | Change |
1.4.5 | Fortran subroutine introduced in this release. |
1.8.8 | Fortran subroutine updated in this release. |