TABELEM
static TABELEM *table; /* The address of the hash table */
TABELEM *local_table;
TABELEM *old_table;
local_table = (TABELEM *) calloc(local_length, sizeof (TABELEM));