date and time created 83/04/20 23:19:50 by dlw
authorDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Thu, 21 Apr 1983 14:19:50 +0000 (06:19 -0800)
committerDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Thu, 21 Apr 1983 14:19:50 +0000 (06:19 -0800)
SCCS-vsn: usr.bin/f77/libU77/f77lid_.c 1.1

usr/src/usr.bin/f77/libU77/f77lid_.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/f77/libU77/f77lid_.c b/usr/src/usr.bin/f77/libU77/f77lid_.c
new file mode 100644 (file)
index 0000000..1ef12a3
--- /dev/null
@@ -0,0 +1,9 @@
+/*
+ * f77lid_ - the ID strings for f77 libraries.
+ *     @(#)f77lid_.c   1.1
+ * Usage:
+ *     include 'external f77lid' in the declarations in any f77 module.
+ */
+
+extern char    libU77_id[], libI77_id[], libF77_id[];
+char   *f77lid_[] = { libU77_id, libI77_id, libF77_id };