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

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...
 

Function Documentation

◆ hashset_delete()

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.