V7/usr/src/libF77/i_mod.c
Find at most
5
10
20
50
100
500
related files.
including files from this version of Unix.
long int i_mod(a,b) long int *a, *b; { return( *a % *b); }