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