From: David Wasley Date: Sat, 22 Jan 1983 03:16:13 +0000 (-0800) Subject: date and time created 83/01/21 11:16:13 by dlw X-Git-Tag: BSD-4_1c_2-Snapshot-Development~892 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/03adaff237ebd69b4d86c87180ec19dae5db807a date and time created 83/01/21 11:16:13 by dlw SCCS-vsn: usr.bin/f77/libF77/l_lt.c 1.1 --- diff --git a/usr/src/usr.bin/f77/libF77/l_lt.c b/usr/src/usr.bin/f77/libF77/l_lt.c new file mode 100644 index 0000000000..057702ff21 --- /dev/null +++ b/usr/src/usr.bin/f77/libF77/l_lt.c @@ -0,0 +1,10 @@ +/* + * "@(#)l_lt.c 1.1" + */ + +long int l_lt(a,b,la,lb) +char *a, *b; +long int la, lb; +{ +return(s_cmp(a,b,la,lb) < 0); +}