logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mat_VarAddStructField — Adds a field to a structure array.

Description

       The Mat_VarAddStructField() function adds a fieldname to the structure variable matvar.

Name

       Mat_VarAddStructField — Adds a field to a structure array.

Return Values

       0 is returned on success.

See Also

Mat_VarCreateStruct(3)

Debian                                           March 18, 2012                         MAT_VARADDSTRUCTFIELD(3)

Synopsis

#include<matio.h>intMat_VarAddStructField(matvar_t*matvar, constchar*fieldname);

See Also