Next: , Previous: , Up: libopts External Procedures   [Contents][Index]


7.6.32.13 optionPrintVersionAndReturn

Print the program version

Usage:

optionPrintVersionAndReturn( opts, od );

Where the arguments are:

NameTypeDescription
—–—–————-
optstOptions *program options descriptor
odtOptDesc *the descriptor for this arg

This routine will print the version to stdout and return instead of exiting. Please see the source for the print_ver funtion for details on selecting how verbose to be after this function returns.