Mat_VarAddStructField(3)

The function adds a fieldname to the structure variable 0 is returned on success.

Section 3 libmatio-doc bookworm source

Description

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

Mat_VarCreateStruct(3) GNU March 18, 2012 MAT_VARADDSTRUCTFIELD(3)