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