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