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

1.1.1.2 ! root        1: #include <CC/jerq.h>
1.1       root        2: extern void _main()
                      3: {
                      4:        typedef void (*PFV)();
                      5:        extern PFV _ctors[];
                      6:        for (PFV* pf=_ctors; *pf; pf++) (**pf)();
                      7: }

unix.superglobalmegacorp.com

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