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