Annotation of researchv9/jerq/src/lib/C/exit.c, revision 1.1.1.1

1.1       root        1: typedef void (*PFV)();
                      2: 
                      3: extern void _exit(int i)
                      4: {
                      5:        extern PFV _dtors[];
                      6:        PFV* pf = _dtors;
                      7:        while (*pf) pf++;
                      8:        while (_dtors < pf) (**--pf)();
                      9: }

unix.superglobalmegacorp.com

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