V7M/src/libF77/hl_lt.c

Compare this file to the similar file:
Show the results in this format:

short l_lt(a,b,la,lb)
char *a, *b;
long int la, lb;
{
return(s_cmp(a,b,la,lb) < 0);
}