BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 11 Aug 1983 14:05:03 +0000 (06:05 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 11 Aug 1983 14:05:03 +0000 (06:05 -0800)
Work on file usr/src/usr.bin/refer/what..c

Synthesized-from: CSRG/cd1/4.3

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

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