From 08e5ed89a3ed50b687c8e96b4e4d0381db3b00e6 Mon Sep 17 00:00:00 2001 From: David Wasley Date: Fri, 21 Jan 1983 19:15:23 -0800 Subject: [PATCH] date and time created 83/01/21 11:15:23 by dlw SCCS-vsn: usr.bin/f77/libF77/i_len.c 1.1 --- usr/src/usr.bin/f77/libF77/i_len.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 usr/src/usr.bin/f77/libF77/i_len.c diff --git a/usr/src/usr.bin/f77/libF77/i_len.c b/usr/src/usr.bin/f77/libF77/i_len.c new file mode 100644 index 0000000000..7f91e71bf1 --- /dev/null +++ b/usr/src/usr.bin/f77/libF77/i_len.c @@ -0,0 +1,10 @@ +/* + * "@(#)i_len.c 1.1" + */ + +long int i_len(s, n) +char *s; +long int n; +{ +return(n); +} -- 2.20.1