data_structures
Functions
hashset_contains.c File Reference
#include "hashset.h"
#include "hashset_utils.h"
+ Include dependency graph for hashset_contains.c:

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...
 

Function Documentation

◆ hashset_contains()

int hashset_contains ( const t_hashset hs,
const void *  val 
)

Is the specified element contained in the set?

Parameters
valThe value
Returns
1 if the element is in the set, 0 otherwise

Definition at line 17 of file hashset_contains.c.