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