10 lines
105 B
C
10 lines
105 B
C
|
|
struct truthtable_set
|
|
{
|
|
struct avl_tree_t* tree;
|
|
|
|
unsigned refcount;
|
|
|
|
size_t n;
|
|
};
|
|
|