factor/vm/os-genunix.hpp

14 lines
236 B
C++
Raw Normal View History

2009-05-04 02:46:13 -04:00
namespace factor
{
#define VM_C_API extern "C"
2009-05-02 05:04:19 -04:00
#define NULL_DLL NULL
2009-05-04 05:50:24 -04:00
void c_to_factor_toplevel(cell quot);
2009-05-02 05:04:19 -04:00
void init_signals(void);
void early_init(void);
const char *vm_executable_path(void);
const char *default_image_path(void);
2009-05-04 02:46:13 -04:00
}