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