data_structures
|
Go to the source code of this file.
Functions | |
void * | hashmap_get (const t_hashmap *hm, const void *key) |
Fetches the value associated with the given key. More... | |
void* hashmap_get | ( | const t_hashmap * | hm, |
const void * | key | ||
) |
Fetches the value associated with the given key.
key | The key |
NULL
if the key is not in the map. Definition at line 17 of file hashmap_get.c.