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

Functions

bool hashmap_put (t_hashmap *map, const char *key, void *value)
 Inserts a key/value pair, replacing any existing value for the key.