factor/vm/os-genunix.hpp

9 lines
138 B
C++
Raw Permalink Normal View History

2013-05-11 22:24:31 -04:00
namespace factor {
2009-05-04 02:46:13 -04:00
#define VM_C_API extern "C"
2009-05-02 05:04:19 -04:00
2009-05-05 12:33:35 -04:00
void early_init();
2013-05-11 22:24:31 -04:00
const char* vm_executable_path();
const char* default_image_path();
2009-05-04 02:46:13 -04:00
}