factor/vm/os-genunix.hpp

9 lines
213 B
C++
Raw Normal View History

#define VM_C_API extern "C"
2009-05-02 05:04:19 -04:00
#define NULL_DLL NULL
void c_to_factor_toplevel(CELL quot);
void init_signals(void);
void early_init(void);
const char *vm_executable_path(void);
const char *default_image_path(void);