updated hashmap impl to have clone function
This commit is contained in:
parent
cb11be6f61
commit
c876fa5477
6 changed files with 116 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue