|
|
1.1 ! root 1: ! 2: extern void _exit(int); ! 3: extern void _cleanup(); ! 4: extern void dtors(); ! 5: ! 6: extern void exit(int i) ! 7: { ! 8: dtors(); ! 9: _cleanup(); ! 10: _exit(i); ! 11: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.