CL_FREE - free up a parsed command line.

Usage:

#include <cl.h>
cl_free(cl, values);

Where:

CL_PARSED *cl;
points to a parsed command line structure, as returned by "cl_parse" or a related routine.
int values;
may be zero or non-zero. If it is non-zero, "cl_free" releases the entire structure. If it is zero, "cl_free" releases part of the structure but does not release the space used to store parameter values.

Description:

The "cl_free" function releases all or part of a data structure containing a parsed command line.

See Also:

expl c internal parser
for an overview of the parser routines.
expl c internal parser macros
for macros used in creating an Options Table.

Copyright © 1996, Thinkage Ltd.