ruby--ruby/ext/fiber/fiber.c

9 lines
95 B
C

void Init_Fiber_as_Coroutine(void);
void
Init_fiber(void)
{
Init_Fiber_as_Coroutine();
}