/* * "@(#)i_mod.c 1.1" */ long int i_mod(a,b) long int *a, *b; { return( *a % *b); }