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

FreeBSD Manual Pages

  
 
  

home | help
MAT_VARPRINT(3) 	     Library Functions Manual		 MAT_VARPRINT(3)

NAME
     Mat_VarPrint -- Prints the information of a MAT variable to stdout.

SYNOPSIS
     #include <matio.h>

     void
     Mat_VarPrint(const matvar_t *matvar, int printdata);

DESCRIPTION
     The Mat_VarPrint() function prints the information of a MAT variable matvar
     to  stdout.   If printdata is set to non-zero the data of the variable also
     is printed.

FreeBSD ports 15.quarterly	November 20, 2023		 MAT_VARPRINT(3)

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

home | help