DOKK / manpages / debian 12 / libmatio-doc / Mat_GetLibraryVersion.3.en
MAT_GETLIBRARYVERSION(3) Library Functions Manual MAT_GETLIBRARYVERSION(3)

Mat_GetLibraryVersionGets the version of the matio library.

#include <matio.h>

void
Mat_GetLibraryVersion(int *major, int *minor, int *release);

The () function returns the major, minor, and release version numbers of the library. These can be used to check that the version specified in the header by MATIO_MAJOR_VERSION, MATIO_MINOR_VERSION, and MATIO_RELEASE_LEVEL match the version on the library.

March 25, 2019 Debian