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