shithub: sl

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