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

Go to the source code of this file.

Functions

void hashmap_delete (t_hashmap *hm)
 Deletes this hashmap and free all its items and the associated data. More...
 

Function Documentation

◆ hashmap_delete()

void hashmap_delete ( t_hashmap hm)

Deletes this hashmap and free all its items and the associated data.

Does nothing if the argument is NULL.

Definition at line 16 of file hashmap_delete.c.