ref: 20ba8815bc00bcf3548547e78d5d2a2e08de8cfd dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }