Skip to content

Instantly share code, notes, and snippets.

@KristianLyng
Created July 4, 2013 08:28
Show Gist options
  • Select an option

  • Save KristianLyng/5925933 to your computer and use it in GitHub Desktop.

Select an option

Save KristianLyng/5925933 to your computer and use it in GitHub Desktop.
//////////////////////////////////////////////////////////////////////////////////
int load
(
const char *path, // The path of the def file
struct trie_tree **tree_out // Tier tree (out)
)
//
// Description:
//
// Loads the def file
//
////////////////////////////////////////////////////////////////////////////////
{
....
char *buffer = NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment