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