extern void _main() { typedef void (*PFV)(); extern PFV _ctors[]; for (PFV* pf=_ctors; *pf; pf++) (**pf)(); }