feat: use more std::string
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
26318de22e
commit
494946d24a
5 changed files with 38 additions and 24 deletions
|
|
@ -30,7 +30,7 @@ typedef struct ttrie TernaryTrie;
|
|||
*/
|
||||
TernaryTrie* ternarytrie_init();
|
||||
|
||||
void ternarytrie_populate(TernaryTrie* trie, const char* file_path);
|
||||
int ternarytrie_populate(TernaryTrie* trie, const char* file_path);
|
||||
|
||||
/**
|
||||
* De-allocate a trie by freeing the memory occupied by this trie.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue