Help for this page
int main(void) { ... // many, many more, all hand-written } }
static Func_t initFuncs[] = { Foo_Init, Bar_Init, Baz_Init, ... }; static Func_t runFuncs[] = { Foo_Run, Bar_Run, Baz_Run, ... }; ... } } }