fork download
  1. void reg( void ( *invoker )( ... ), int args ) {
  2.  
  3. }
  4.  
  5. void foo(...) {}
  6.  
  7.  
  8. int main() {
  9. reg(&foo, 32);
  10. }
Success #stdin #stdout 0.02s 2676KB
stdin
Standard input is empty
stdout
Standard output is empty