cp_hashlist_item_count(3)
| cp_hashlist(3) | libcprops - cp_hashlist | cp_hashlist(3) |
NAME
cp_hashlist_count - hashlist item count
SYNOPSIS
#include <cprops/hashlist.h>
unsigned long cp_hashlist_item_count(cp_hashlist *list);
DESCRIPTION
cp_hashlist_count returns the number of mappings in a hashlist.
RETURN VALUE
the number of mappings in the hashlist as a long integer.
SEE ALSO
cp_hashlist_is_empty (3)
| OCTOBER 2005 | libcprops.0.0.3 |
