1MAT_GETLIBRARYVERSION(3) BSD Library Functions Manual MAT_GETLIBRARYVERSION(3)
2
4 Mat_GetLibraryVersion — Gets 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 re‐
14 lease 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 match the version on the li‐
17 brary.
18
19BSD March 25, 2019 BSD