]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/run.hpp
io.streams.256color: faster by caching styles
[factor.git] / vm / run.hpp
old mode 100755 (executable)
new mode 100644 (file)
index 412ef35..683448d
@@ -1,4 +1,6 @@
-namespace factor
-{
+namespace factor {
+
+void abort();
+void exit(int status);
 
 }