@@ -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));
The note is not visible to the blocked user.