1MAT_VARFREE(3)           BSD Library Functions Manual           MAT_VARFREE(3)
2

NAME

4     Mat_VarFree — Frees a MAT variable structure.
5

SYNOPSIS

7     #include <matio.h>
8
9     void
10     Mat_VarFree(matvar_t *matvar);
11

DESCRIPTION

13     The Mat_VarFree() function free's the memory used by a MAT variable
14     structure.  If the variable was not created with the MAT_F_DONT_COPY_DATA
15     flag, the variable data is also free'd.
16

SEE ALSO

18     Mat_VarCreate(3), Mat_VarCreateStruct(3)
19
20BSD                             March 18, 2012                             BSD
Impressum