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