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