data_structures
|
#include "hashmap.h"
Go to the source code of this file.
Functions | |
size_t | hashmap_size (const t_hashmap *hm) |
Returns the number of elements in this map. More... | |
size_t hashmap_size | ( | const t_hashmap * | hm | ) |
Returns the number of elements in this map.
Definition at line 16 of file hashmap_size.c.