aboutsummaryrefslogtreecommitdiffstats
path: root/src/zmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmod.c')
-rw-r--r--src/zmod.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/zmod.c b/src/zmod.c
new file mode 100644
index 0000000..7b54748
--- /dev/null
+++ b/src/zmod.c
@@ -0,0 +1,9 @@
+/* See LICENSE file for copyright and license details. */
+#include "internals"
+
+
+void
+zmod(z_t a, z_t b, z_t c)
+{
+ zdivmod(libzahl_tmp_mod, a, b, c);
+}