Bell 32V development
[unix-history] / usr / src / libF77 / h_mod.c
CommitLineData
0c9e74ab
TL
1short h_mod(a,b)
2short *a, *b;
3{
4return( *a % *b);
5}