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