hashmap_t
hashmap_t *hh_map;
hashmap_t *hh_last;
static void print_hashmap(const hashmap_t *);
if ((Hashhead.hh_map = calloc(sizeof (hashmap_t), HASHMAPSIZE))
hashmap_t *p;
hashmap_t *current;
print_hashmap(const hashmap_t *h)