hclear¶
Category: hash
GitHub: cute_hashtable.h
Clears the hashtable.
Parameters | Description |
---|---|
h | The hashtable. Can be NULL . Needs to be a pointer to the type of items in the table. |
Remarks¶
The count of items will now be zero. Does not free any memory. Call hfree when you are done.
Related Pages¶
htbl
hset
hadd
hget
hfind
hget_ptr
hfind_ptr
hhas
hdel
hfree
hkeys
hitems
hswap
hsize
hcount