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