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