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