Annotation of researchv10no/libc/gen/exit.c, revision 1.1

1.1     ! root        1: extern void _cleanup();
        !             2: 
        !             3: void
        !             4: exit(status)
        !             5: {
        !             6:        _cleanup();
        !             7:        _exit(status);
        !             8: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.