date and time created 83/01/21 11:18:04 by dlw
[unix-history] / usr / src / usr.bin / f77 / libF77 / l_le.c
CommitLineData
a90f9d49
DW
1/*
2 * "@(#)l_le.c 1.1"
3 */
4
5long int l_le(a,b,la,lb)
6char *a, *b;
7long int la, lb;
8{
9return(s_cmp(a,b,la,lb) <= 0);
10}