date and time created 83/06/06 11:47:27 by garrison
authorGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Tue, 7 Jun 1983 02:47:27 +0000 (18:47 -0800)
committerGary M. Levin <garrison@ucbvax.Berkeley.EDU>
Tue, 7 Jun 1983 02:47:27 +0000 (18:47 -0800)
SCCS-vsn: contrib/bib/src/streams.h 1.1

usr/src/contrib/bib/src/streams.h [new file with mode: 0644]

diff --git a/usr/src/contrib/bib/src/streams.h b/usr/src/contrib/bib/src/streams.h
new file mode 100644 (file)
index 0000000..9fe746f
--- /dev/null
@@ -0,0 +1,7 @@
+#
+
+long int nextrecord(), recsize(), nextline();
+
+# define  maxstr            256
+# define  pos(x)            fseek(stream,x,0)
+