6 lines
93 B
C
6 lines
93 B
C
struct pattern {
|
|
int normalizer;
|
|
int op;
|
|
int children[2];
|
|
};
|
|
typedef struct pattern *Pattern; |