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