slackbuilds/libraries/uthash
Ulrich Schaefer a090365163 libraries/uthash: Added (A hash table for C structures).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-06-16 20:41:46 +07:00
..
README
slack-desc
uthash.SlackBuild
uthash.info

README

uthash - A hash table for C structures

Any C structure can be stored in a hash table using uthash. Just add a
UT_hash_handle to the structure and choose one or more fields in your
structure to act as the key. Then use these macros to store, retrieve
or delete items from the hash table.