data_structures
|
Go to the source code of this file.
Functions | |
void | hashset_remove (t_hashset *hs, const void *val) |
Removed the specified element from the set. More... | |
void hashset_remove | ( | t_hashset * | hs, |
const void * | val | ||
) |
Removed the specified element from the set.
val | The value |
1
on success, 0
if the element is not in the set. Definition at line 32 of file hashset_remove.c.