]> gitweb.factorcode.org Git - factor.git/blob - vm/os-genunix.hpp
VM: use better abstractions for tagged pointers, eliminate get()/set() stuff, clean...
[factor.git] / vm / os-genunix.hpp
1 #define VM_C_API extern "C"
2 #define NULL_DLL NULL
3
4 void c_to_factor_toplevel(CELL quot);
5 void init_signals(void);
6 void early_init(void);
7 const char *vm_executable_path(void);
8 const char *default_image_path(void);