]> gitweb.factorcode.org Git - factor.git/blob - vm/run.hpp
core: find-subseq -> subsequence-starts, find-subseq-from -> subsequence-starts-from
[factor.git] / vm / run.hpp
1 namespace factor {
2
3 void abort();
4 void exit(int status);
5
6 }