cp_hashlist_contains(3) - Linux man page

Name

cp_hashlist_contains - test a hashlist for the existence of a mapping

Synopsis

#include <cprops/hashlist.h>

int cp_hashlist_contains(cp_hashlist *list, void *key);

Description

cp_hashlist_contains tests if the hashlist list contains a mapping for the key key.

Return Value

non-zero if a mapping for key is found, zero if not.

See Also

cp_hashlist_get(3)