DOKK / manpages / debian 12 / libvistaio-dev / VistaIOPrintOptions.3.en
VistaIOPrintOptions(3) Library Functions Manual VistaIOPrintOptions(3)

VistaIOPrintOptions, VistaIOPrintOptionValue - print command line option settings

#include <vistaio.h>

void VistaIOPrintOptions (FILE *f, int noptions, VistaIOOptionDescRec options[]);

int VistaIOPrintOptionValue (FILE *f, VistaIOOptionDescRec *option);

Specifies the stream on which to print.
Specifies the number of entries in the table of option descriptors.
Specifies a table of option descriptors. Each entry describes one command line option.
Specifies a single command line option whose value(s) are to be printed.

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.

VistaIOoption(3),

Art Pope <pope@cs.ubc.ca>

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

6 June 1994 VistaIO Version 1.2.14