V7M/src/libF77/i_mod.c

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

long int i_mod(a,b)
long int *a, *b;
{
return( *a % *b);
}