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