Description: This package implements basic hash table functionality. It is possible to search for an entry, create an entry and destroy an entry.Elements in the table are generic pointers.
To Search:
File list (Check if you may need any files):
hash_map.c
hashtab.c