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