new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / f77 / libF77 / hl_le.c
/*-
* Copyright (c) 1980 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.proprietary.c%
*/
#ifndef lint
static char sccsid[] = "@(#)hl_le.c 5.2 (Berkeley) %G%";
#endif /* not lint */
short hl_le(a,b,la,lb)
char *a, *b;
long int la, lb;
{
return(s_cmp(a,b,la,lb) <= 0);
}