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

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

Function Documentation

◆ hashmap_remove()

void hashmap_remove ( t_hashmap hm,
const void *  key 
)

Removed the element associated with the specified key from the map.

Parameters
keyThe key

Definition at line 36 of file hashmap_remove.c.