ref: c1b4e253170a5bf279311e01647b0f818441b99c
dir: /main_posix.c/
#include "flisp.h"
static const uint8_t boot[] = {
#include "flisp.boot.h"
};
int
main(int argc, char **argv)
{
setlocale(LC_NUMERIC, "C");
flmain(boot, sizeof(boot), argc, argv);
}