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