1MAT_VARGETSTRUCTFIELD... BSD Library Functions Manual MAT_VARGETSTRUCTFIELD...
2
4 Mat_VarGetStructFieldnames — Get the fieldnames of a structure variable.
5
7 #include <matio.h>
8
9 char * const *
10 Mat_VarGetStructFieldnames(const matvar_t *matvar);
11
13 The Mat_VarGetStructFieldnames() function returns the fieldnames of the
14 structure variable matvar.
15
17 An array of fieldnames is returned of the variable is a valid structure
18 variable. Otherwise NULL is returned. The Mat_VarGetNumberOfFields()
19 function returns the number of fields for the structure.
20
22 Mat_VarGetNumberOfFields(3)
23
24BSD January 19, 2012 BSD