data_structures
|
#include "hashmap.h"
Go to the source code of this file.
Functions | |
t_queue * | hashmap_keys (const t_hashmap *hm) |
Returns a queue with all the keys in the map. More... | |
Returns a queue with all the keys in the map.
Definition at line 16 of file hashmap_keys.c.