SYNOPSIS
#include <your-opts.h>
cc [...] -o outfile infile.c -lopts [...]
void optionFree(tOptions * pOpts);
DESCRIPTION
AutoOpts sometimes allocates memory and puts pointers to it in the option state structures. This routine deallocates all such memory.- pOpts
-
program options descriptor