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