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