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

Functions

void * hashmap_get (const t_hashmap *map, const char *key)
 
const void * hashmap_get_const (const t_hashmap *map, const char *key)
 Retrieves the value associated with a key.
 
const t_key_value ** hashmap_get_all (const t_hashmap *map)
 Collects every key/value pair stored in the map.
 

Function Documentation

◆ hashmap_get()

void * hashmap_get ( const t_hashmap map,
const char *  key 
)
Here is the call graph for this function:
Here is the caller graph for this function: