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