shithub: sl

ref: 980a6d842e1d7739b2717c432157a0621638905d
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);
}