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