bool th_sc_entry_add(th_sc_entry_t **root, th_key_t *key, th_any_t value)
Add an a separate chaining entry to the beginning of a linked list. Return true on success.
struct th_sc_entry_s th_sc_entry_t
Represents a separate chaining entry.
Represents a separate chaining entry.
struct th_sc_entry_s * previous
struct th_sc_entry_s * next