cp_hashtable_contains(3)
| cp_hashtable(3) | libcprops - cp_hashtable | cp_hashtable(3) |
NAME
cp_hashtable_contains - test a hashtable for the existence of a mapping
SYNOPSIS
#include <cprops/hashtable.h>
int cp_hashtable_contains(cp_hashtable *table, void *key);
DESCRIPTION
cp_hashtable_contains tests if the hashtable table contains a mapping for the key key.
RETURN VALUE
non-zero if a mapping for key is found, zero if not.
SEE ALSO
| OCTOBER 2005 | libcprops.0.0.3 |
