|
|
1.1 root 1: /*
2: * Sydney C Compiler.
3: *
4: * Copyright 1984, Bruce Ellis.
5: *
6: * Unauthorised possesion, sale or use prohibited.
7: */
8:
9: typedef struct
10: {
11: union
12: {
13: cnode *so_c;
14: xnode *so_x;
15: }
16: so_u;
17: long so_value;
18: }
19: sorts;
20:
21: extern sorts *sort_vect;
22: extern int sort_size;
23: extern int sort_index;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.