newer version

This commit is contained in:
ceriel
1986-05-01 19:06:53 +00:00
parent 8b07933e3d
commit 07e226dac3
26 changed files with 468 additions and 96 deletions

View File

@@ -1,6 +1,10 @@
/* D E F I N I T I O N M O D U L E S */
#ifndef NORCSID
static char *RcsId = "$Header$";
#endif
#include "debug.h"
#include <assert.h>
#include <em_arith.h>
@@ -14,8 +18,6 @@ static char *RcsId = "$Header$";
#include "f_info.h"
#include "main.h"
#include "debug.h"
#ifdef DEBUG
long sys_filesize();
#endif