Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MAT_GETLIBRARYVERSION(3)     Library Functions Manual	MAT_GETLIBRARYVERSION(3)

NAME
     Mat_GetLibraryVersion -- Gets the version of the matio library.

SYNOPSIS
     #include <matio.h>

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

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

FreeBSD ports 15.quarterly	 March 25, 2019 	MAT_GETLIBRARYVERSION(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Mat_GetLibraryVersion&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help