factor/vm/os-genunix.hpp

9 lines
214 B
C++

#define DLLEXPORT extern "C"
#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);