add function h_stringmap_copy
This commit is contained in:
parent
2b31fb0f33
commit
0970b15034
2 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ typedef struct HStringMap_ {
|
|||
} HStringMap;
|
||||
|
||||
HStringMap *h_stringmap_new(HArena *a);
|
||||
HStringMap *h_stringmap_copy(HArena *a, const HStringMap *m);
|
||||
void h_stringmap_put_end(HStringMap *m, void *v);
|
||||
void h_stringmap_put_epsilon(HStringMap *m, void *v);
|
||||
void h_stringmap_put_after(HStringMap *m, uint8_t c, HStringMap *ends);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue