From ebad5ad23dc6893b0fb75ba04aa961a25a532b5f Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Fri, 28 Jun 2024 00:06:40 +0300 Subject: Finished hash_map implementation TODO: fix that one linked list function --- tests/obscure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/obscure.c') diff --git a/tests/obscure.c b/tests/obscure.c index 190ff09..7b6f1fd 100644 --- a/tests/obscure.c +++ b/tests/obscure.c @@ -5,7 +5,7 @@ typedef char* packet_t; -int main() { +int main(void) { packet_t *data = array_new(packet_t, 0); packet_t el_0 = malloc(128); memset(el_0, 42, 128); -- cgit v1.2.3-70-g09d2