H5get_libversion

fnherr_t H5get_libversion(uint * majnum, uint * minnum, uint * relnum)

Returns the HDF library release number.

H5get_libversion retrieves the major, minor, and release numbers of the version of the HDF5 library which is linked to the application.

Parameters

majnumThe major version number of the library
minnumThe minor version number of the library
relnumThe release version number of the library

Returns

Returns a non-negative value if successful;

otherwise returns a negative value.