factor/vm/run.hpp

8 lines
60 B
C++

namespace factor
{
void abort();
void exit(int status);
}