home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / newbatcha / define.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  284 b   |  28 lines

  1. /*
  2.  *    define.c - global defines for nbatcher.
  3.  *
  4.  *    R.J. Esposito
  5.  *    Bell of Penna.
  6.  *    June 1986
  7.  *
  8.  */
  9.  
  10. #include <stdio.h>
  11. #include "nbatcher.h"
  12.  
  13. FILE    *lfp,
  14.     *tfp,
  15.     *log = NULL;
  16.  
  17. long    n_bytes,
  18.     cu_bytes;
  19.  
  20. char    *tfile = NULL;
  21.  
  22. short    vflg = 0,
  23.     nfiles = 10;
  24.  
  25. int    fcnt = 0,
  26.     scnt = 0;
  27.  
  28.