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