updated hashmap impl to have clone function

This commit is contained in:
Maieul BOYER 2024-07-28 15:15:51 +02:00
parent cb11be6f61
commit c876fa5477
No known key found for this signature in database
6 changed files with 116 additions and 3 deletions

View file

@ -17,6 +17,7 @@ sources = [
"stdme/generic_sources/src/hashmap/C__PREFIX__.c__TEMPLATE__",
"stdme/generic_sources/src/hashmap/C__PREFIX___utils.c__TEMPLATE__",
"stdme/generic_sources/src/hashmap/C__PREFIX___iter.c__TEMPLATE__",
"stdme/generic_sources/src/hashmap/C__PREFIX___clone.c__TEMPLATE__",
]
replace.C__VALTYPE__ = "type"
replace.C__KEYTYPE__ = "type"