|
|
@ -35,6 +35,7 @@ TR_CLASS(TR_Tree) { |
|
|
TR_Tree left; |
|
|
TR_Tree left; |
|
|
TR_Tree right; |
|
|
TR_Tree right; |
|
|
}; |
|
|
}; |
|
|
|
|
|
TR_INSTANCE_INIT(TR_Tree); |
|
|
|
|
|
|
|
|
typedef int (*TR_TreeComp)(const void *, const void *); |
|
|
typedef int (*TR_TreeComp)(const void *, const void *); |
|
|
typedef void (*TR_TreeAction)(const void *, const int); |
|
|
typedef void (*TR_TreeAction)(const void *, const int); |
|
|
|