Man page - mat_varfree(3)
Packages contains this manual
Manual
MAT_VARFREE (3) Library Functions Manual MAT_VARFREE (3)
NAME
Mat_VarFree โ Frees a MAT variable structure.
SYNOPSIS
#include <matio.h>
void
Mat_VarFree ( matvar_tย *matvar );
DESCRIPTION
The Mat_VarFree () function freeโs the memory used by a MAT variable structure. If the variable was not created with the MAT_F_DONT_COPY_DATA flag, the variable data is also freeโd.
SEE ALSO
Mat_VarCreate (3), Mat_VarCreateStruct (3) Debian March 18, 2012 MAT_VARFREE (3)