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