hash_size - tell how many elements are stored in a hash
Synopsis
Description
Return Value
See Also
#include <hash.h>
uint hash_size(struct hash *h);
hash_size() returns the size of the hash h.
The size of the hash.
hash_alloc(3), hash_dealloc(3), hash_insert(3), hash_delete(3), hash_lookup(3), hash_foreach(3)
HASH_SIZE (3) |