data_structures
|
Go to the source code of this file.
Functions | |
int | hashset_contains (const t_hashset *hs, const void *val) |
Is the specified element contained in the set? More... | |
int hashset_contains | ( | const t_hashset * | hs, |
const void * | val | ||
) |
Is the specified element contained in the set?
val | The value |
1
if the element is in the set, 0
otherwise Definition at line 17 of file hashset_contains.c.