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