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