Help for this page

Select Code to Download


  1. or download this
    void funky(void (*f)(void)) {
        // some things .. and an execution of *f
    }
    
  2. or download this
    void
    funky(f)
        void (*f)(void)
    
  3. or download this
    thingy::funky(\&this_works); # ?