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