NAME

arg_dump - Displays the contents of an argument table.

SYNOPSIS

#include <argtable.h>

void arg_dump(FILE *fp, const arg_rec *argtable, int n);

PARAMETERS

FILE *fp
Output stream.
const arg_rec *argtable
Ptr to argument table.
int n
Number of entries in argtable[].

DESCRIPTION

The contents of the argument table, and the user-supplied variables it references, are printed to the stream 'fp'. This can be useful for debugging argument tables.

SEE ALSO

arg_catargs , arg_glossary , arg_record , arg_scanargv , arg_scanstr , arg_syntax , arg_typestr