shithub: femtolisp

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