|
|
1.1 ! root 1: union data { double f; }; ! 2: struct xnode { union { struct xnode *xu_xnd; } x_u1; ! 3: struct xnode *x_right; ! 4: union data x_value; ! 5: }; ! 6: main() ! 7: { struct xnode *x; ! 8: *x = *x->x_right->x_u1.xu_xnd; ! 9: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.