From 1210a6e8e07b1443cf2b3a2e758c9f3527b083f7 Mon Sep 17 00:00:00 2001 From: David Wasley Date: Fri, 21 Jan 1983 19:11:12 -0800 Subject: [PATCH] date and time created 83/01/21 11:11:12 by dlw SCCS-vsn: usr.bin/f77/libF77/dbesj1_.c 1.1 --- usr/src/usr.bin/f77/libF77/dbesj1_.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr/src/usr.bin/f77/libF77/dbesj1_.c diff --git a/usr/src/usr.bin/f77/libF77/dbesj1_.c b/usr/src/usr.bin/f77/libF77/dbesj1_.c new file mode 100644 index 0000000000..6df293067f --- /dev/null +++ b/usr/src/usr.bin/f77/libF77/dbesj1_.c @@ -0,0 +1,11 @@ +/* + * "@(#)dbesj1_.c 1.1" + */ + +double j1(); + +double dbesj1_(x) +double *x; +{ + return(j1(*x)); +} -- 2.20.1