Broke down most warnings

This commit is contained in:
Ano-sys
2025-01-12 01:05:43 +01:00
parent 9196cf4b3b
commit 5e6401c668
3 changed files with 4 additions and 15 deletions
+3
View File
@@ -1,5 +1,8 @@
#include "lookup.h"
static int free_space = TABLE_SIZE;
static lookup_head *table;
void init_lookup_table()
{
table = malloc(sizeof(lookup_head));