Annotation of researchv9/jerq/src/lib/C/_main.c, revision 1.1

1.1     ! root        1: extern void _main()
        !             2: {
        !             3:        typedef void (*PFV)();
        !             4:        extern PFV _ctors[];
        !             5:        for (PFV* pf=_ctors; *pf; pf++) (**pf)();
        !             6: }

unix.superglobalmegacorp.com

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