V7/usr/src/libF77/h_mod.c

Find at most related files.
including files from this version of Unix.

short h_mod(a,b)
short *a, *b;
{
return( *a % *b);
}