date and time created 83/01/21 11:14:17 by dlw
[unix-history] / usr / src / usr.bin / f77 / libF77 / hl_le.c
/*
* "@(#)hl_le.c 1.1"
*/
short hl_le(a,b,la,lb)
char *a, *b;
long int la, lb;
{
return(s_cmp(a,b,la,lb) <= 0);
}