data_structures
|
#include "hashset.h"
Go to the source code of this file.
Functions | |
void | hashset_delete (t_hashset *hs) |
Deletes this hashset and frees all its items and the associated data. More... | |
void hashset_delete | ( | t_hashset * | hs | ) |
Deletes this hashset and frees all its items and the associated data.
Does nothing if the argument is NULL
.
Definition at line 16 of file hashset_delete.c.