1 2 3 4 5 6 7 8
#ifndef FIDDLE_CLOSURE_H #define FIDDLE_CLOSURE_H #include <fiddle.h> void Init_fiddle_closure(void); #endif