summaryrefslogtreecommitdiffstats
path: root/libf2c/libF77/h_mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libF77/h_mod.c')
-rw-r--r--libf2c/libF77/h_mod.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libf2c/libF77/h_mod.c b/libf2c/libF77/h_mod.c
new file mode 100644
index 0000000..c04e0df8
--- /dev/null
+++ b/libf2c/libF77/h_mod.c
@@ -0,0 +1,7 @@
+#include "f2c.h"
+
+shortint
+h_mod (short *a, short *b)
+{
+ return (*a % *b);
+}
OpenPOWER on IntegriCloud