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

VistaIOPrintOptions, VistaIOPrintOptionValue - print command line option settings

Arguments

f         Specifies the stream on which to print.

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

       options   Specifies a table of option descriptors. Each entry describes one command line option.

       option    Specifies a single command line option whose value(s) are to be printed.

Author

       Art Pope <pope@cs.ubc.ca>

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

VistaIO Version 1.2.14                             6 June 1994                            VistaIOPrintOptions(3)

Description

VistaIOPrintOptions prints the names, descriptions, and settings of a group of command line options.

       VistaIOPrintOptionValue prints the value or values of a single command line options.

Name

       VistaIOPrintOptions, VistaIOPrintOptionValue - print command line option settings

Return Values

VistaIOPrintOptionValue returns the number of characters output.

See Also

VistaIOoption(3),

Synopsis

#include<vistaio.h>voidVistaIOPrintOptions(FILE*f,intnoptions,VistaIOOptionDescRecoptions[]);intVistaIOPrintOptionValue(FILE*f,VistaIOOptionDescRec*option);

See Also