From 7d15a8963811ee4141a824de7cd7494132cb2d3e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 28 May 2026 16:09:10 +0300 Subject: feat: Remove newX functions --- BigInt.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'BigInt.h') diff --git a/BigInt.h b/BigInt.h index db04c5d..9eb52a4 100644 --- a/BigInt.h +++ b/BigInt.h @@ -12,9 +12,6 @@ BigInt B_newstr(MemoryManager *mm, const char* str); BigInt B_newbytes(MemoryManager *mm, usize bytes); BigInt B_dup(MemoryManager *mm, const BigInt bigint); -BigInt B_newsum(MemoryManager *mm, BigInt a, BigInt b); -BigInt B_newsub(MemoryManager *mm, BigInt a, BigInt b); - /* Free */ Result B_free(BigInt *bigint); -- cgit v1.2.3