shithub: sl

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