hashtable_itr
struct hashtable_itr *
hashtable_iterator_search(struct hashtable_itr *itr,
struct hashtable_itr *itr = (struct hashtable_itr *)
malloc(sizeof(struct hashtable_itr));
hashtable_iterator_key(struct hashtable_itr *i)
hashtable_iterator_value(struct hashtable_itr *i)
hashtable_iterator_advance(struct hashtable_itr *itr)
hashtable_iterator_remove(struct hashtable_itr *itr)
struct hashtable_itr *
hashtable_iterator_key(struct hashtable_itr *i)
hashtable_iterator_value(struct hashtable_itr *i)
hashtable_iterator_advance(struct hashtable_itr *itr);
hashtable_iterator_remove(struct hashtable_itr *itr);
hashtable_iterator_search(struct hashtable_itr *itr,
int fnname (struct hashtable_itr *i, struct hashtable *h, keytype *k) \
struct hashtable_itr *itr;