4.2BSD/usr/src/usr.lib/libF77/l_gt.c

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

/*
 *	"@(#)l_gt.c	1.1"
 */

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