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