]> gitweb.factorcode.org Git - factor.git/blob - vm/os-genunix.hpp
VM: undo 7d9bad465ca447dc5b407044a6ce4f49c4f40686
[factor.git] / vm / os-genunix.hpp
1 namespace factor {
2
3 #define VM_C_API extern "C"
4
5 void early_init();
6 const char* vm_executable_path();
7 const char* default_image_path();
8 }