4.4BSD/usr/src/old/dbx/tests/cc/args.c

Compare this file to the similar file:
Show the results in this format:

/*
 * Test of passing and accessing the command line arguments through dbx.
 */

main (argc, argv)
int argc;
char *argv[];
{
}