cp_hashtable

Section: libcprops - cp_hashtable (3)
Updated: OCTOBER 2005
Index Return to Main Contents
 

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

cp_hashtable_get(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 18:37:20 GMT, December 27, 2005
SourceForge.net Logo