Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
cp_hashtable_is_empty(3) - Linux man page
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)