VistaIOPrintOptions(3)
print command line option settings
Description
VistaIOPrintOptions
NAME
VistaIOPrintOptions, VistaIOPrintOptionValue - print command line option settings
SYNOPSIS
#include <vistaio.h>
|
void VistaIOPrintOptions (FILE *f, int noptions, VistaIOOptionDescRec options[]); |
||
|
int VistaIOPrintOptionValue (FILE *f, VistaIOOptionDescRec *option); |
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.
RETURN VALUES
VistaIOPrintOptionValue returns the number of characters output.
SEE ALSO
VistaIOoption(3),
AUTHOR
Art Pope <pope@cs.ubc.ca>
Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>