shithub: sl

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