|
|
1.1 root 1:
2: typedef struct NODE {
3: struct NODE *n_left;
4: struct NODE *n_right;
5: union {
6: int (*n_fun)();
7: int n_op;
8: } n_un;
9: char *n_s1;
10: char *n_s2;
11: } NODE;
12:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.