shithub: femtolisp

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