table of contents
MAT_VARADDSTRUCTFIELD(3) | Library Functions Manual | MAT_VARADDSTRUCTFIELD(3) |
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¶
March 18, 2012 | Linux 6.4.0-150600.23.25-default |