data_structures
|
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... | |
void hashset_put | ( | t_hashset * | hs, |
const void * | val | ||
) |
Adds a copy of the specified element to the hashset.
val | The value |
Definition at line 17 of file hashset_put.c.