table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 1.5.28-1.2
 - Leap-16.0
 - Leap-15.6
 
| 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¶
| March 18, 2012 | Linux 6.4.0-150700.53.19-default |