shithub: sl

ref: 0612488d9e6d3e39c4c0c2629a882b43d65765f4
dir: /main_posix.c/

View raw version
#include "llt.h"

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

int
main(int argc, char **argv)
{
	return flmain(boot, sizeof(boot), argc, argv);
}