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