Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MAT_VARGETSTRUCTFIELDNAME(3) Library Functions ManuaMAT_VARGETSTRUCTFIELDNAME(3)

NAME
     Mat_VarGetStructFieldnames -- Get the fieldnames of a structure variable.

SYNOPSIS
     #include <matio.h>

     char * const *
     Mat_VarGetStructFieldnames(const matvar_t *matvar);

DESCRIPTION
     The  Mat_VarGetStructFieldnames()	function  returns  the fieldnames of the
     structure variable matvar.

RETURN VALUES
     An array of fieldnames is returned of the variable  is  a	valid  structure
     variable.	 Otherwise  NULL  is  returned.   The Mat_VarGetNumberOfFields()
     function returns the number of fields for the structure.

SEE ALSO
     Mat_VarGetNumberOfFields(3)

FreeBSD ports 15.quarterly	January 19, 2012   MAT_VARGETSTRUCTFIELDNAMES(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Mat_VarGetStructFieldnames&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help