fix bug where it hashmap output bug

This commit is contained in:
William Bell
2025-11-11 02:00:17 +00:00
parent bfaf8df0d0
commit 434b0ed99e
6 changed files with 37 additions and 25 deletions

View File

@@ -33,8 +33,8 @@ struct hashmap_GC *createHashmap_GC();
void clear_hashmap_GC(struct hashmap_GC *t);
void hashmap_GC_to_array(struct hashmap_GC *t, struct node_GC**array,
size_t *array_length);
void hashmap_GC_to_array(struct hashmap_GC *t, struct node_GC ***array,
size_t *array_length);
int hashCode_GC(struct hashmap_GC *t, uint64_t hash);