Bell 32V development
authorTom London <tbl@research.uucp>
Mon, 11 Dec 1978 00:10:10 +0000 (19:10 -0500)
committerTom London <tbl@research.uucp>
Mon, 11 Dec 1978 00:10:10 +0000 (19:10 -0500)
Work on file usr/src/cmd/refer/what..c

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/src/cmd/refer/what..c [new file with mode: 0644]

diff --git a/usr/src/cmd/refer/what..c b/usr/src/cmd/refer/what..c
new file mode 100644 (file)
index 0000000..0aa00a5
--- /dev/null
@@ -0,0 +1,17 @@
+# include "stdio.h"
+# include "ctype.h"
+# include "sys/types.h"
+# include "sys/stat.h"
+# include "assert.h"
+# define NFILES 100
+# define NAMES 2000
+extern exch(), comp();
+struct filans {
+       char *nm;
+       long fdate;
+       long size;
+       int uid;
+       };
+extern struct filans files[NFILES];
+extern char fnames[NAMES];
+# define NFEED 5