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