factor/vm/run.hpp

8 lines
60 B
C++
Executable File

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