mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
4496da18a8
* trunk/main.c (main): hook for embedding applications. * trunk/tool/compile_prelude.rb: can change initialize function name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
3 lines
78 B
C
3 lines
78 B
C
void Init_golf(void);
|
|
#define RUBY_MAIN_INIT() Init_golf()
|
|
#include "main.c"
|