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