mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-05-21 23:21:15 +02:00
feat: add hash_map_free
This commit is contained in:
@ -24,4 +24,5 @@ void hash_map_test() {
|
||||
hash_map_remove(hash_map, "key5");
|
||||
assert(hash_map->length == 5);
|
||||
assert(!hash_map_contains_key(hash_map, "key5"));
|
||||
hash_map_free(hash_map);
|
||||
}
|
||||
|
Reference in New Issue
Block a user