From fa2862fa648cca9a181184a849444409d07e9fb2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 31 May 2024 11:48:58 -0300 Subject: src/math.h: Add "add_size()" --- src/math.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/math.h') diff --git a/src/math.h b/src/math.h index 13f1795..4dab4a7 100644 --- a/src/math.h +++ b/src/math.h @@ -1,2 +1,5 @@ +int +add_size(const size_t x, const size_t y, size_t *const out); + int mul_size(const size_t x, const size_t y, size_t *const out); -- cgit v1.2.3