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