V7M/src/libF77/i_dim.c

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

long int i_dim(a,b)
long int *a, *b;
{
return( *a > *b ? *a - *b : 0);
}