Files
pkgsrc-ng/devel/uthash/DESCR
2016-11-18 22:39:22 +01:00

5 lines
249 B
Plaintext

This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.