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