factor/vm/run.hpp

7 lines
60 B
C++

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