V7M/src/libF77/hl_ge.c

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

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