1MAT_VARFREE(3) BSD Library Functions Manual MAT_VARFREE(3)
2
NAME
4Mat_VarFree — Frees a MAT variable structure.
5
SYNOPSIS
7#include <matio.h>
89
void
10Mat_VarFree(matvar_t *matvar);
11
DESCRIPTION
13The Mat_VarFree() function free's the memory used by a MAT variable
14structure. If the variable was not created with the MAT_F_DONT_COPY_DATA
15flag, the variable data is also free'd.
16
SEE ALSO
18Mat_VarCreate(3), Mat_VarCreateStruct(3)
1920
BSD March 18, 2012 BSD