]> gitweb.factorcode.org Git - factor.git/blob - vm/run.hpp
VM: undo 7d9bad465ca447dc5b407044a6ce4f49c4f40686
[factor.git] / vm / run.hpp
1 namespace factor {
2
3 void abort();
4 void exit(int status);
5
6 }