ruby/ext/continuation/continuation.c

9 строки
100 B
C

void Init_Continuation_body(void);
void
Init_continuation(void)
{
Init_Continuation_body();
}