From e85f81ec109782a01f1f741d4c2ed5f21af0c124 Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 5 Feb 2024 17:36:47 +0100 Subject: Organize the sourcefiles --- src/utils/hashmap.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/utils/hashmap.c (limited to 'src/utils/hashmap.c') diff --git a/src/utils/hashmap.c b/src/utils/hashmap.c new file mode 100644 index 0000000..1652bb6 --- /dev/null +++ b/src/utils/hashmap.c @@ -0,0 +1,3 @@ +#include + +i32 lolhash(const usize s, i32 v) { return v % s; } -- cgit v1.3