logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mat_GetLibraryVersion — Gets the version of the matio library.

Description

       The  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 match the version on the library.

Debian                                           March 25, 2019                         MAT_GETLIBRARYVERSION(3)

Name

       Mat_GetLibraryVersion — Gets the version of the matio library.

Synopsis

#include<matio.h>voidMat_GetLibraryVersion(int*major, int*minor, int*release);

See Also