shithub: sl

ref: 685bd5d52cf40a921bb302cece28358153d0506d
dir: /main_posix.c/

View raw version
#include "flisp.h"

static const uint8_t boot[] = {
#include "flisp.boot.h"
};

int
main(int argc, char **argv)
{
	setlocale(LC_NUMERIC, "C");
	flmain(boot, sizeof(boot), argc, argv);
}