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