]> gitweb.factorcode.org Git - factor.git/blob - vm/os-genunix.hpp
Merge branch 'master' of git://github.com/seckar/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(void);
9 void early_init(void);
10 const char *vm_executable_path(void);
11 const char *default_image_path(void);
12
13 }