factor/vm/os-genunix.h

8 lines
165 B
C
Raw Normal View History

#define DLLEXPORT
#define NULL_DLL NULL
2006-07-07 00:07:18 -04:00
void init_signals(void);
void early_init(void);
const char *vm_executable_path(void);
2006-07-07 00:07:18 -04:00
const char *default_image_path(void);