cp_hashlist_is_empty(3)
| cp_hashlist(3) | libcprops - cp_hashlist | cp_hashlist(3) |
NAME
cp_hashlist_is_empty - test if a hashlist is empty
SYNOPSIS
#include <cprops/hashlist.h>
cp_hashlist_is_empty(cp_hashlist *table);
DESCRIPTION
cp_hashlist_is_empty tests if a hashlist is empty.
RETURN VALUE
non-zero if the hashlist is empty, zero if it is.
SEE ALSO
cp_hashlist_count(3)
| OCTOBER 2005 | libcprops.0.0.3 |
