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