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

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

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

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