static VALUE t_stop (VALUE self)
{
    evma_stop_machine();
    return Qnil;
}
Exemple #2
0
void EM::StopReactor()
{
	evma_stop_machine();
}