GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
An unicode trie. More...
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <core/gp_common.h>
#include <core/gp_compiler.h>
#include <utils/gp_avl_tree.h>
#include <utils/gp_utf.h>
Go to the source code of this file.
Data Structures | |
struct | gp_trie_node |
Trie node stores pointers. More... | |
Typedefs | |
typedef struct gp_trie_node | gp_trie_node |
Trie node stores pointers. | |