#include #include "string_trie.h" #include int main(int argc, char **argv) { TRIE *root = trie_new(); trie_add( root, "bear", 36); }