cp_hashlist_contains(3)

cp_hashlist(3) libcprops - cp_hashlist cp_hashlist(3)

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)

OCTOBER 2005 libcprops.0.0.3