BSD 4_1c_2 release
[unix-history] / usr / src / usr.lib / libF77 / i_mod.c
long int i_mod(a,b)
long int *a, *b;
{
return( *a % *b);
}