data_structures
|
Go to the source code of this file.
Functions | |
void | hashmap_remove (t_hashmap *hm, const void *key) |
Removed the element associated with the specified key from the map. More... | |
void hashmap_remove | ( | t_hashmap * | hm, |
const void * | key | ||
) |
Removed the element associated with the specified key from the map.
key | The key |
Definition at line 36 of file hashmap_remove.c.