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