Mat_GetLibraryVersion (3) - Linux Manuals
Mat_GetLibraryVersion: Get the version of the matio library
Command to display Mat_GetLibraryVersion manual in Linux: $ man 3 Mat_GetLibraryVersion
NAME
Mat_GetLibraryVersion
- Get the version of the matio library
SYNOPSIS
Fd #include <matio.h>
Ft void
Fo Mat_GetLibraryVersion
Fa int *major
Fa int *minor
Fa int *release
Fc
DESCRIPTION
The
Fn Mat_GetLibraryVersion
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.