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