cp_hashtable_is_empty(3)

cp_hashtable(3) libcprops - cp_hashtable cp_hashtable(3)

NAME

cp_hashtable_is_empty - test if a hashtable is empty

SYNOPSIS

#include <cprops/hashtable.h>

cp_hashtable_is_empty(cp_hashtable *table);

DESCRIPTION

cp_hashtable_is_empty tests if a hashtable is empty.

RETURN VALUE

non-zero if the hashtable is empty, zero if it is.

SEE ALSO

cp_hashtable_count(3)

OCTOBER 2005 libcprops.0.0.3