* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
[official-gcc.git] / libf2c / libF77 / h_mod.c
blobc04e0df823bde78b57f0af9fb653cd572e881d0a
1 #include "f2c.h"
3 shortint
4 h_mod (short *a, short *b)
6 return (*a % *b);