From a090365163ebb84d829e46fd3dfcf58f1d6e6d9e Mon Sep 17 00:00:00 2001 From: Ulrich Schaefer Date: Tue, 16 Jun 2015 20:41:46 +0700 Subject: libraries/uthash: Added (A hash table for C structures). Signed-off-by: Willy Sudiarto Raharjo --- libraries/uthash/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libraries/uthash/README (limited to 'libraries/uthash/README') diff --git a/libraries/uthash/README b/libraries/uthash/README new file mode 100644 index 0000000000..cf4d2dd4fe --- /dev/null +++ b/libraries/uthash/README @@ -0,0 +1,6 @@ +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. -- cgit v1.2.3