slackbuilds/libraries/uthash
Ulrich Schaefer 8111dfedea
libraries/uthash: Updated for version 2.3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-07 13:59:35 +07:00
..
README
slack-desc
uthash.SlackBuild libraries/uthash: Updated for version 2.3.0. 2022-05-07 13:59:35 +07:00
uthash.info libraries/uthash: Updated for version 2.3.0. 2022-05-07 13:59:35 +07:00

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.