|
|
researchv9-SUN3(old)
extern void _exit(int);
extern void _cleanup();
extern void dtors();
extern void exit(int i)
{
dtors();
_cleanup();
_exit(i);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.