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