new_hash_table
struct hash_table *new_hash_table(int);
struct hash_table *rv = new_hash_table(DEFAULT_HASH_SIZE);