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