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