VistaIOPrintOptions, VistaIOPrintOptionValue
print command line option settings
- Provided by: libvistaio-dev (Version: 1.2.19-1)
- Source: libvistaio
- Report a bug
print command line option settings
#include <vistaio.h>
void VistaIOPrintOptions (FILE *f, int noptions, VistaIOOptionDescRec options[]);
int VistaIOPrintOptionValue (FILE *f, VistaIOOptionDescRec *option);
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.
VistaIOPrintOptionValue returns the number of characters output.
Art Pope <pope@cs.ubc.ca>
Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>