DOKK / manpages / debian 13 / libmatio-doc / Mat_VarPrint.3.en
MAT_VARPRINT(3) Library Functions Manual MAT_VARPRINT(3)

Mat_VarPrintPrints the information of a MAT variable to stdout.

#include <matio.h>

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

The () 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.

November 20, 2023 Debian