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