mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
3d526ab6cb
./test/tohdr.c ./test/tmeta.c ./test/theap.c ./test/tfile.c ./test/testhdf5.h ./test/testhdf5.c Changed the MESSAGE macro so it doesn't have a semicolon inside the argument list and automatic indentation tools work better. Old call: MESSAGE (5, printfunc("foo%s %d", s, i);); New call: MESSAGE (5, ("foo%s %d", s, i)); The parentheses are required. ./test/tstab.c Added more tests. |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.in | ||
testhdf5.c | ||
testhdf5.h | ||
tfile.c | ||
theap.c | ||
tmeta.c | ||
tohdr.c | ||
tstab.c |