4-variable-simplifier/scope/struct.h
2026-04-25 16:00:10 -04:00

6 lines
49 B
C

struct scope
{
struct avl_tree_t* tree;
};