/vm/run.hpp

http://github.com/abeaumont/factor · C++ Header · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 76099f3df8b5e4868b58fcdf659294b1 MD5 · raw file

  1. namespace factor
  2. {
  3. void abort();
  4. void exit(int status);
  5. }