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

FreeBSD Manual Pages

  
 
  

home | help
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 struc-
     ture.  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)

FreeBSD ports 15.quarterly	 March 18, 2012 		  MAT_VARFREE(3)

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

home | help