V7addenda/f77/libF77/l_gt.c

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

long int l_gt(a,b,la,lb)
char *a, *b;
long int la, lb;
{
return(s_cmp(a,b,la,lb) > 0);
}