data_structures
Functions
hashmap_keys.c File Reference
#include "hashmap.h"
+ Include dependency graph for hashmap_keys.c:

Go to the source code of this file.

Functions

t_queuehashmap_keys (const t_hashmap *hm)
 Returns a queue with all the keys in the map. More...
 

Function Documentation

◆ hashmap_keys()

t_queue* hashmap_keys ( const t_hashmap hm)

Returns a queue with all the keys in the map.

Returns
A queue with all the keys in the map.

Definition at line 16 of file hashmap_keys.c.