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