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