11 lines
123 B
C
11 lines
123 B
C
|
|
struct environment
|
|
{
|
|
struct environment* fallback;
|
|
|
|
struct avl_tree_t* tree;
|
|
|
|
unsigned refcount;
|
|
};
|
|
|
|
|