/* for fiz.elf    */
/* by ARK in 1998 */

#define ZOO
#include "zoo.h"

int quiet = 0; 		/* whether to be quiet */
int next_arg = FIRST_ARG; /* filenames start at this position */
int arg_count; 	/* count of arguments supplied to program */
char **arg_vector;		/* vector of arguments supplied to program */
