gecko-dev/ef/Tools/Burg/test.c

6 строки
93 B
C

struct pattern {
int normalizer;
int op;
int children[2];
};
typedef struct pattern *Pattern;