Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
remove.c File Reference
#include "libft.h"
#include "key_value.h"
Include dependency graph for remove.c:

Functions

bool hashmap_remove (t_hashmap *map, const char *key)
 Removes the pair associated with a key.