summaryrefslogtreecommitdiff
path: root/src/math.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-24 11:35:20 -0300
committerEuAndreh <eu@euandre.org>2024-05-24 13:03:56 -0300
commitfef0a487a119a5cbcd2fd95c6a35e0a9c4ab8ac1 (patch)
tree542e59d44cf82c988e90cc05217cb4b35b22a76d /src/math.h
parentAdd some version of vector.c (diff)
downloadpindaiba-fef0a487a119a5cbcd2fd95c6a35e0a9c4ab8ac1.tar.gz
pindaiba-fef0a487a119a5cbcd2fd95c6a35e0a9c4ab8ac1.tar.xz
src/math.c: Add mul_size()
Diffstat (limited to 'src/math.h')
-rw-r--r--src/math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math.h b/src/math.h
new file mode 100644
index 0000000..13f1795
--- /dev/null
+++ b/src/math.h
@@ -0,0 +1,2 @@
+int
+mul_size(const size_t x, const size_t y, size_t *const out);