data_structures
|
#include "hashmap.h"
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... | |
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.