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

Go to the source code of this file.

Functions

void hashset_put (t_hashset *hs, const void *val)
 Adds a copy of the specified element to the hashset. More...
 

Function Documentation

◆ hashset_put()

void hashset_put ( t_hashset hs,
const void *  val 
)

Adds a copy of the specified element to the hashset.

Parameters
valThe value

Definition at line 17 of file hashset_put.c.