1MAT_GETLIBRARYVERSION(3) BSD Library Functions Manual MAT_GETLIBRARYVERSION(3)
2
4 Mat_GetLibraryVersion — Get the version of the matio library
5
7 #include <matio.h>
8
9 void
10 Mat_GetLibraryVersion(int *major, int *minor, int *release);
11
13 The Mat_GetLibraryVersion() function returns the major, minor, and
14 release version numbers of the library. These can be used to check that
15 the version specified in the header by MATIO_MAJOR_VERSION,
16 MATIO_MINOR_VERSION, and MATIO_RELEASE_LEVEL.
17
18BSD March 16, 2012 BSD