fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libf2c / libF77 / h_mod.c
blobc04e0df823bde78b57f0af9fb653cd572e881d0a
1 #include "f2c.h"
3 shortint
4 h_mod (short *a, short *b)
6 return (*a % *b);