otherwise returns a negative value.
H5get_libversion
fn
herr_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
majnum | The major version number of the library |
minnum | The minor version number of the library |
relnum | The release version number of the library |
Returns
Returns a non-negative value if successful;