shithub: femtolisp

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