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

Functions

bool hashmap_contains (const t_hashmap *map, const char *key)
 Tests whether a key is present in the map.