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