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