home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / ZooPPC.lha / ZooPPC / src / quiet.c < prev    next >
C/C++ Source or Header  |  1998-04-07  |  308b  |  11 lines

  1. /* for fiz.elf    */
  2. /* by ARK in 1998 */
  3.  
  4. #define ZOO
  5. #include "zoo.h"
  6.  
  7. int quiet = 0;         /* whether to be quiet */
  8. int next_arg = FIRST_ARG; /* filenames start at this position */
  9. int arg_count;     /* count of arguments supplied to program */
  10. char **arg_vector;        /* vector of arguments supplied to program */
  11.