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