Annotation of researchv9/cmd/cfront/libC/misc/exit.c, revision 1.1

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: }

unix.superglobalmegacorp.com

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