Provided by: libmatio-doc_1.5.26-1build3_all
NAME
Mat_VarAddStructField — Adds a field to a structure array.
SYNOPSIS
#include <matio.h> int Mat_VarAddStructField(matvar_t *matvar, const char *fieldname);
DESCRIPTION
The Mat_VarAddStructField() function adds a fieldname to the structure variable matvar.
RETURN VALUES
0 is returned on success.
SEE ALSO
Mat_VarCreateStruct(3)