1MAT_GETLIBRARYVERSION(3) BSD Library Functions Manual MAT_GETLIBRARYVERSION(3)
2

NAME

4     Mat_GetLibraryVersion — Gets the version of the matio library.
5

SYNOPSIS

7     #include <matio.h>
8
9     void
10     Mat_GetLibraryVersion(int *major, int *minor, int *release);
11

DESCRIPTION

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 match the version on the
17     library.
18
19BSD                             March 25, 2019                             BSD
Impressum