C library for reading and writing MATLAB MAT files
matdump
$ matdump file.mat
$ matdump -d file.mat
$ gcc -o reader reader.c $(pkg-config --cflags --libs matio)