uthash: uthash (A hash table for C structures)
uthash:
uthash: Any C structure can be stored in a hash table using uthash. Just add
uthash: UT_hash_handle to the structure and choose one or more fields in your
uthash: structure to act as the key. Then use these macros to store, retrieve
uthash: or delete items from the hash table.
uthash:
uthash: See https://troydhanson.github.io/uthash/
uthash:
uthash:
uthash: