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