C macros to add, find and delete items from a hash
In scripting languages like Perl, hashes are used all the time. In C, hashes don't exist in the language itself. This software provides a hash for C structures.
Homepage: https://troydhanson.github.io/uthash/