Created
July 4, 2013 08:28
-
-
Save KristianLyng/5925933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ////////////////////////////////////////////////////////////////////////////////// | |
| 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