Bell 32V development
[unix-history] / usr / src / libF77 / h_mod.c
short h_mod(a,b)
short *a, *b;
{
return( *a % *b);
}