factor/vm/os-genunix.hpp

11 lines
139 B
C++
Raw Normal View History

2009-05-04 02:46:13 -04:00
namespace factor
{
#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();
const char *vm_executable_path();
const char *default_image_path();
2009-05-04 02:46:13 -04:00
}