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