hfree¶
Category: hash
GitHub: cute_hashtable.h
Frees up all resources used and sets h to NULL.
| Parameters | Description |
|---|---|
| h | The hashtable. Can be NULL. Needs to be a pointer to the type of items in the table. |
Remarks¶
h can be NULL.
Related Pages¶
htbl
hset
hadd
hget
hfind
hget_ptr
hfind_ptr
hhas
hdel
hclear
hkeys
hitems
hswap
hsize
hcount