h5_write.c - stores INT array as INT32 little endian dataset in the HDF5 file.
h5_read.c - gets info about the dataset;
reads hyperslab from the dataset in the file into
2-dim slice of the 3 dimensional array.
h5_compund.c - creates compound dataset and writes it to the file;
reads subsets of the dataset.
h5_extend_write.c - writes extendable dataset.
h5_extend_read.c - gets info about the dataset;
reads dataset and one of the chunks.
test_write.c - creates an HDF5 file, writes first dataset,
then closes the file,
reopens it and adds the second data set
test_read.c - finds datasets created by test_write.c program
and prints out some information about datasets.