home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume6
/
newbatcha
/
define.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1986-11-30
|
284 b
|
28 lines
/*
* define.c - global defines for nbatcher.
*
* R.J. Esposito
* Bell of Penna.
* June 1986
*
*/
#include <stdio.h>
#include "nbatcher.h"
FILE *lfp,
*tfp,
*log = NULL;
long n_bytes,
cu_bytes;
char *tfile = NULL;
short vflg = 0,
nfiles = 10;
int fcnt = 0,
scnt = 0;