|
|
1.1 root 1: struct X { unsigned char a; unsigned char b;};
2: struct I { char *t; long f; long o;};
3: struct C { int g;
4: struct X x;
5: struct I ***i;
6: }
7:
8: main()
9: {
10: register struct C *r;
11: struct I c;
12: struct I *f();
13:
14: *( r->i[r->x.a][r->x.b] = f((struct I*)0) ) = c;
15: }
16:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.