зеркало из https://github.com/github/ruby.git
9 строки
111 B
C
9 строки
111 B
C
|
#ifndef FIDDLE_FUNCTION_H
|
||
|
#define FIDDLE_FUNCTION_H
|
||
|
|
||
|
#include <fiddle.h>
|
||
|
|
||
|
void Init_fiddle_function();
|
||
|
|
||
|
#endif
|