shithub: femtolisp

ref: 1968e9fb354f74f83a07de9cd8c254ebff6a1f17
dir: /main_plan9.c/

View raw version
#include "llt.h"

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

void
main(int argc, char **argv)
{
	argv0 = argv[0];
	setfcr(FPPDBL|FPRNR|FPOVFL);
	tmfmtinstall();
	exit(flmain(boot, sizeof(boot), argc, argv));
}