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

Go to the source code of this file.

Functions

t_hashsethashset_copy (const t_hashset *hs)
 Copies the hashset and all it contents. More...
 

Function Documentation

◆ hashset_copy()

t_hashset* hashset_copy ( const t_hashset hs)

Copies the hashset and all it contents.

Returns
The copy of the set

Definition at line 16 of file hashset_copy.c.