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