mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
111 B
C
9 lines
111 B
C
|
#ifndef FIDDLE_FUNCTION_H
|
||
|
#define FIDDLE_FUNCTION_H
|
||
|
|
||
|
#include <fiddle.h>
|
||
|
|
||
|
void Init_fiddle_function();
|
||
|
|
||
|
#endif
|