cp_hashtable_count(3)
| cp_hashtable(3) | libcprops - cp_hashtable | cp_hashtable(3) |
NAME
cp_hashtable_count - hashtable item count
SYNOPSIS
#include <cprops/hashtable.h>
unsigned long cp_hashtable_count(cp_hashtable *table);
DESCRIPTION
cp_hashtable_count returns the number of mappings in a hashtable.
RETURN VALUE
the number of mappings in the hashtable as an unsigned long integer.
SEE ALSO
cp_hashtable_is_empty (3)
| OCTOBER 2005 | libcprops.0.0.3 |
