mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4 lines
78 B
C
4 lines
78 B
C
|
void Init_golf(void);
|
||
|
#define RUBY_MAIN_INIT() Init_golf()
|
||
|
#include "main.c"
|