]> gitweb.factorcode.org Git - factor.git/blob - vm/os-genunix.hpp
vm: use sigaltstack to handle callstack overflow properly
[factor.git] / vm / os-genunix.hpp
1 namespace factor
2 {
3
4 #define VM_C_API extern "C"
5 #define NULL_DLL NULL
6
7 void early_init();
8 const char *vm_executable_path();
9 const char *default_image_path();
10
11 }