VistaIOPrintOptions, VistaIOPrintOptionValue - print command line option settings
Contents
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.
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);
