]> gitweb.factorcode.org Git - factor.git/blob - vm/os-genunix.hpp
Merge branch 'redis' of git://www.tiodante.com/git/factor
[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 c_to_factor_toplevel(cell quot);
8 void init_signals();
9 void early_init();
10 const char *vm_executable_path();
11 const char *default_image_path();
12
13 }