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