]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - contrib/libf2c/libF77/h_mod.c
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / contrib / libf2c / libF77 / h_mod.c
1 #include "f2c.h"
2
3 shortint
4 h_mod (short *a, short *b)
5 {
6   return (*a % *b);
7 }