sysh/src/trie.h

4 lines
45 B
C
Raw Normal View History

2023-02-17 18:55:12 +00:00
#pragma once
int trie_get(const char* key);