SYNOPSIS
#include <your-opts.h>
cc [...] -o outfile infile.c -lopts [...]
void optionPrintVersionAndReturn(tOptions * opts, tOptDesc * od);
DESCRIPTION
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.- opts
- program options descriptor
- od
- the descriptor for this arg