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

VistaIOPrintParameters - print the values of a set of parameters

Arguments

f         Specifies the stream to which the parameters are to be printed.

       nparams   Specifies the number of entries in the table of option descriptors.

       params    Specifies a table of option descriptors. Each entry describes one parameter.

       values    Specifies the location of the structure containing the parameter values.

Author

       Art Pope <pope@cs.ubc.ca>

       Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>

VistaIO Version 1.2.14                             6 June 1994                         VistaIOPrintParameters(3)

Description

VistaIOPrintParameters prints the names, descriptions, and values of a set of parameters.

       The parameters are described by a table of option descriptors (see VistaIOoption(3)).

       Parameter  values  must be stored in the structure pointed to by values.  The offset at which a parameter
       lies within that structure must be supplied by the value field of the  parameter's  params  table  entry.
       Appropriate definitions having this property are produced by the vpdc compiler.

Name

       VistaIOPrintParameters - print the values of a set of parameters

See Also

VistaIOoption(3), VistaIOLoadParameters(3), VistaIOParseParamOptions(3),
       VistaIOReportValidParamOptions(3)

Synopsis

#include<vistaio.h>voidVistaIOPrintParameters(FILE*f,intnparams,VistaIOOptionDescRecparams[],VistaIOPointervalues);

See Also