factor/native/unix/run.c

14 lines
161 B
C

#include "../factor.h"
void platform_run(void)
{
run_toplevel();
}
void early_init(void) {}
const char *default_image_path(void)
{
return "factor.image";
}