These library routines are written in C.
They are designed to be called from either Fortran or C and thus provide a
common interface to HDF5.
They automate some of the query functions and switching between table and array
format, thus making life easier for the user.

* Makefile - used by make

* README - this file

* mt_attr.c - Attribute functions

* mt_data.c - Dataset (array) functions

* mt_file.c - File management functions

* mt_group.c - Group management functions

* mt_hdf.c - Starting/stopping HDF5

* mt_str.f90 - Functions to convert between Fortran and C strings

* mt_table.c - Table functions

* mt_version.c - Holds version number

