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