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