CL_ARGV - get list of argument/option values.

Usage:

#include <cl.h>
list = cl_argv(cl,index);     /* MACRO */

Where:

CL_PARSED *cl;
points to a parsed command line structure, as returned by "cl_cparse" or a related routine.
int index;
indicates a table entry which has an associated list of values.
char **list;
points to the list of string values associated with the table entry.

Description:

The "cl_argv" macro returns the list of string values associated with a table entry that can have multiple values.

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.
expl c internal parser cl_cparse
for parsing command lines.
expl c internal parser cl_argc
for the number of values in a list of values.

Copyright © 1996, Thinkage Ltd.