static VALUE t_stop (VALUE self)
{
    evma_stop_machine();
    return Qnil;
}
Ejemplo n.º 2
0
void EM::StopReactor()
{
	evma_stop_machine();
}