hdf5/tools/test/h5import
Sean McBride 9cea7c9bb9
Assume C99 fixed sized ints exist, use them (#470)
* Committing clang-format changes

* Assume C99 fixed sized ints exist, use them

* Assume H5_SIZEOF_LONG_DOUBLE != 0, `long double` has existed since C89

Note, this is only assuming that `long double` exists, no assumptions about its size have been touched.  Didn't remove any code that does things like test if `long double` and `double` have different sizes.

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-08 12:44:06 -06:00
..
testfiles
CMakeLists.txt
CMakeTests.cmake
h5importtest.c Assume C99 fixed sized ints exist, use them (#470) 2021-11-08 12:44:06 -06:00
h5importtestutil.sh.in
Makefile.am