mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
100 B
C
9 lines
100 B
C
|
|
||
|
void Init_Continuation_body(void);
|
||
|
|
||
|
void
|
||
|
Init_continuation(void)
|
||
|
{
|
||
|
Init_Continuation_body();
|
||
|
}
|