|
NAMEMat_VarGetStructFieldnames —
Get the fieldnames of a structure variable.
SYNOPSIS#include <matio.h>
char * const *
DESCRIPTIONTheMat_VarGetStructFieldnames () function returns the
fieldnames of the structure variable matvar.
RETURN VALUESAn array of fieldnames is returned of the variable is a valid structure variable. Otherwise NULL is returned. TheMat_VarGetNumberOfFields () function returns the number
of fields for the structure.
SEE ALSOMat_VarGetNumberOfFields(3)
Visit the GSP FreeBSD Man Page Interface. |