Annotation of 42BSD/lib/libc/stdio/exit.c, revision 1.1

1.1     ! root        1: /*     exit.c  1.1     83/06/23        */
        !             2: 
        !             3: exit(code)
        !             4:        int code;
        !             5: {
        !             6: 
        !             7:        _cleanup();
        !             8:        _exit(code);
        !             9: }

unix.superglobalmegacorp.com

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