Compares two datatypes

H5Tcmp is a function defined in sshdf5.c.

Synopsis:

int H5Tcmp(hid_t t1, hid_t t2)

Description: This is essentially a public version of H5T_cmp

Return Value: 1, 0, or 1 depending on whether T1 is less than, equal to, or greater than T2. Returns -2 on failure.

Parallel Notes: Independent

Issues: This function calls internal HDF5 functions for which we have no prototypes.

See Also:

  • HDF5: Introduction for current chapter