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