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