BSD 4 development
[unix-history] / usr / src / lib / libF77 / h_mod.c
CommitLineData
15eea6e6
BJ
1short h_mod(a,b)
2short *a, *b;
3{
4return( *a % *b);
5}