summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/h_mod.c
blob: c04e0df823bde78b57f0af9fb653cd572e881d0a (plain)
1
2
3
4
5
6
7
#include "f2c.h"

shortint
h_mod (short *a, short *b)
{
  return (*a % *b);
}
OpenPOWER on IntegriCloud