data_structures
|
#include "hashmap.h"
Go to the source code of this file.
Functions | |
int | hashmap_contains (const t_hashmap *hm, const void *key) |
Is the specified key contained in the map? More... | |
int hashmap_contains | ( | const t_hashmap * | hm, |
const void * | key | ||
) |
Is the specified key contained in the map?
key | The key |
1
if the key is in the map, 0
otherwise Definition at line 16 of file hashmap_contains.c.