Help for this page

Select Code to Download


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