From fef0a487a119a5cbcd2fd95c6a35e0a9c4ab8ac1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 May 2024 11:35:20 -0300 Subject: src/math.c: Add mul_size() --- src/math.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/math.h (limited to 'src/math.h') 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); -- cgit v1.2.3