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