ref: 0612488d9e6d3e39c4c0c2629a882b43d65765f4
dir: /main_plan9.c/
#include "llt.h"
static const char boot[] = {
#include "flisp.boot.h"
};
void
main(int argc, char **argv)
{
argv0 = argv[0];
setfcr(FPPDBL|FPRNR|FPOVFL);
tmfmtinstall();
exit(flmain(boot, sizeof(boot), argc, argv));
}